summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/touch-events/idlharness.window.js.ini
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
commit36d22d82aa202bb199967e9512281e9a53db42c9 (patch)
tree105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/touch-events/idlharness.window.js.ini
parentInitial commit. (diff)
downloadfirefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz
firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/touch-events/idlharness.window.js.ini')
-rw-r--r--testing/web-platform/meta/touch-events/idlharness.window.js.ini159
1 files changed, 159 insertions, 0 deletions
diff --git a/testing/web-platform/meta/touch-events/idlharness.window.js.ini b/testing/web-platform/meta/touch-events/idlharness.window.js.ini
new file mode 100644
index 0000000000..361f1a0de8
--- /dev/null
+++ b/testing/web-platform/meta/touch-events/idlharness.window.js.ini
@@ -0,0 +1,159 @@
+[idlharness.window.html]
+ [Document interface: document must inherit property "ontouchcancel" with the proper type]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [GlobalEventHandlers interface: document.body must inherit property "ontouchend" with the proper type]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [GlobalEventHandlers interface: window must inherit property "ontouchend" with the proper type]
+ expected: FAIL
+
+ [GlobalEventHandlers interface: document.body must inherit property "ontouchmove" with the proper type]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [Window interface: attribute ontouchend]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [Touch interface: new Touch({identifier: 1, target: document}) must inherit property "altitudeAngle" with the proper type]
+ expected: FAIL
+
+ [GlobalEventHandlers interface: document must inherit property "ontouchmove" with the proper type]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [GlobalEventHandlers interface: window must inherit property "ontouchmove" with the proper type]
+ expected: FAIL
+
+ [Touch interface: attribute azimuthAngle]
+ expected: FAIL
+
+ [GlobalEventHandlers interface: document must inherit property "ontouchstart" with the proper type]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [Window interface: attribute ontouchcancel]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [HTMLElement interface: attribute ontouchend]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [Document interface: document must inherit property "ontouchend" with the proper type]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [Touch interface: attribute touchType]
+ expected: FAIL
+
+ [GlobalEventHandlers interface: document.body must inherit property "ontouchstart" with the proper type]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [HTMLElement interface: attribute ontouchstart]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [Window interface: attribute ontouchmove]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [HTMLElement interface: attribute ontouchmove]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [Touch interface: new Touch({identifier: 1, target: document}) must inherit property "touchType" with the proper type]
+ expected: FAIL
+
+ [GlobalEventHandlers interface: window must inherit property "ontouchstart" with the proper type]
+ expected: FAIL
+
+ [Document interface: attribute ontouchend]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [Document interface: document must inherit property "ontouchstart" with the proper type]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [GlobalEventHandlers interface: document.body must inherit property "ontouchcancel" with the proper type]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [Window interface: attribute ontouchstart]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [Touch interface: attribute altitudeAngle]
+ expected: FAIL
+
+ [Document interface: attribute ontouchcancel]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [Document interface: attribute ontouchstart]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [Document interface: document must inherit property "ontouchmove" with the proper type]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [GlobalEventHandlers interface: document must inherit property "ontouchend" with the proper type]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [Document interface: attribute ontouchmove]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [GlobalEventHandlers interface: document must inherit property "ontouchcancel" with the proper type]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [HTMLElement interface: attribute ontouchcancel]
+ expected:
+ if os == "android": PASS
+ FAIL
+
+ [Touch interface: new Touch({identifier: 1, target: document}) must inherit property "azimuthAngle" with the proper type]
+ expected: FAIL
+
+ [GlobalEventHandlers interface: window must inherit property "ontouchcancel" with the proper type]
+ expected: FAIL
+
+ [TouchEvent interface: operation getModifierState(DOMString)]
+ expected: FAIL
+
+ [TouchEvent interface: new TouchEvent("name") must inherit property "getModifierState(DOMString)" with the proper type]
+ expected: FAIL
+
+ [TouchEvent interface: calling getModifierState(DOMString) on new TouchEvent("name") with too few arguments must throw TypeError]
+ expected: FAIL