From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../uievents/legacy-domevents-tests/Status.html | 26 ++++ ...essingInstruction.DOMCharacterDataModified.html | 32 +++++ .../approved/dispatchEvent.click.checkbox.html | 80 ++++++++++++ .../approved/domnodeinserted.html | 26 ++++ .../approved/stopImmediatePropagation.effect.html | 71 +++++++++++ .../approved/stopPropagation.deferred.effect.html | 70 +++++++++++ ...cessingInstruction.DOMCharacterDataModified.xml | 32 +++++ .../submissions/Microsoft/CompositionEvent.html | 69 ++++++++++ .../Microsoft/DOMAttrModified.attrChange.html | 65 ++++++++++ .../Microsoft/DOMAttrModified.attrName.html | 66 ++++++++++ .../submissions/Microsoft/DOMAttrModified.html | 66 ++++++++++ .../Microsoft/DOMAttrModified.newValue.html | 65 ++++++++++ .../Microsoft/DOMAttrModified.prevValue.html | 65 ++++++++++ .../Microsoft/DOMAttrModified.relatedNode.html | 66 ++++++++++ .../Microsoft/DOMCharacterDataModified.html | 62 +++++++++ .../submissions/Microsoft/DOMNodeInserted.html | 64 ++++++++++ .../submissions/Microsoft/DOMNodeRemoved.html | 62 +++++++++ .../submissions/Microsoft/DOMSubtreeModified.html | 72 +++++++++++ .../Microsoft/Event.defaultPrevented.html | 68 ++++++++++ .../submissions/Microsoft/Event.eventPhase.html | 77 ++++++++++++ .../Microsoft/Event.stopPropagation.html | 85 +++++++++++++ .../submissions/Microsoft/KeyboardEvent.key.html | 56 +++++++++ .../Microsoft/KeyboardEvent.location.html | 74 +++++++++++ .../Microsoft/KeyboardEvent.modifiers.html | 66 ++++++++++ .../submissions/Microsoft/MouseEvent.button.html | 65 ++++++++++ .../Microsoft/MouseEvent.image.map.area.html | 70 +++++++++++ .../Microsoft/MouseEvent.preventDefault.html | 94 ++++++++++++++ .../Microsoft/MutationEvent.hasFeature.html | 67 ++++++++++ .../Microsoft/MutationEvent.initMutationEvent.html | 72 +++++++++++ .../Microsoft/MutationEvent.relatedNode.html | 76 +++++++++++ ...gInstruction.DOMCharacterDataModified.fail.html | 18 +++ ...cessingInstruction.DOMCharacterDataModified.xml | 63 ++++++++++ .../Microsoft/TextEvent.hasFeature.html | 60 +++++++++ .../Microsoft/TextEvent.initTextEvent.html | 66 ++++++++++ .../Microsoft/TextEvent.inputMode.IME.html | 69 ++++++++++ .../Microsoft/TextEvent.inputMode.drop.html | 71 +++++++++++ .../Microsoft/TextEvent.inputMode.keyboard.html | 67 ++++++++++ .../Microsoft/TextEvent.inputMode.paste.html | 71 +++++++++++ .../Microsoft/TextEvent.inputMode.script.html | 63 ++++++++++ .../Microsoft/UIEvent.load.stylesheet.html | 59 +++++++++ .../Microsoft/WheelEvent.Capture.Bubble.html | 90 +++++++++++++ .../Microsoft/WheelEvent.ctrlKey.zoom.html | 93 ++++++++++++++ .../Microsoft/WheelEvent.deltaMode.html | 76 +++++++++++ .../Microsoft/WheelEvent.hasFeature.html | 60 +++++++++ .../Microsoft/WheelEvent.initWheelEvent.html | 76 +++++++++++ .../WheelEvent.preventDefault.scroll.html | 91 ++++++++++++++ .../submissions/Microsoft/abort.img.html | 74 +++++++++++ .../submissions/Microsoft/abort.testresult.html | 30 +++++ .../submissions/Microsoft/blur.html | 57 +++++++++ .../Microsoft/compositionstart.data.html | 66 ++++++++++ .../Microsoft/compositionstart.keydown.html | 76 +++++++++++ .../Microsoft/compositionstart.preventDefault.html | 73 +++++++++++ .../EventListener.dispatch.new.event.html | 77 ++++++++++++ ...cessingInstruction.DOMCharacterDataModified.xml | 32 +++++ .../Microsoft/dispatchEvent.click.checkbox.html | 93 ++++++++++++++ .../submissions/Microsoft/error.image.html | 65 ++++++++++ .../submissions/Microsoft/focusin.html | 61 +++++++++ .../Microsoft/focusin.relatedTarget.html | 64 ++++++++++ .../Microsoft/focusout.relatedTarget.html | 64 ++++++++++ .../submissions/Microsoft/hasFeature.Events.html | 52 ++++++++ .../Microsoft/hasFeature.feature.string.html | 80 ++++++++++++ .../submissions/Microsoft/load.image.html | 82 ++++++++++++ .../submissions/Microsoft/mouseenter.ctrlKey.html | 64 ++++++++++ .../Microsoft/mouseenter.relatedTarget.html | 69 ++++++++++ .../Microsoft/mouseleave.relatedTarget.html | 69 ++++++++++ .../submissions/Microsoft/support/16kb.js | 140 +++++++++++++++++++++ .../Microsoft/support/InvalidBitMap.png | 1 + .../submissions/Microsoft/support/iepreview.png | Bin 0 -> 76515 bytes .../submissions/Microsoft/support/style01.css | 3 + 69 files changed, 4414 insertions(+) create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/Status.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/approved/ProcessingInstruction.DOMCharacterDataModified.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/approved/dispatchEvent.click.checkbox.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/approved/domnodeinserted.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/approved/stopImmediatePropagation.effect.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/approved/stopPropagation.deferred.effect.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/approved/support/ProcessingInstruction.DOMCharacterDataModified.xml create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/CompositionEvent.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.attrChange.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.attrName.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.newValue.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.prevValue.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.relatedNode.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMCharacterDataModified.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMNodeInserted.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMNodeRemoved.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMSubtreeModified.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/Event.defaultPrevented.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/Event.eventPhase.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/Event.stopPropagation.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/KeyboardEvent.key.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/KeyboardEvent.location.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/KeyboardEvent.modifiers.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MouseEvent.button.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MouseEvent.image.map.area.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MouseEvent.preventDefault.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MutationEvent.hasFeature.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MutationEvent.initMutationEvent.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MutationEvent.relatedNode.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/ProcessingInstruction.DOMCharacterDataModified.fail.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/ProcessingInstruction.DOMCharacterDataModified.xml create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.hasFeature.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.initTextEvent.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.IME.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.drop.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.keyboard.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.paste.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.script.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/UIEvent.load.stylesheet.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.Capture.Bubble.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.ctrlKey.zoom.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.deltaMode.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.hasFeature.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.initWheelEvent.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.preventDefault.scroll.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/abort.img.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/abort.testresult.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/blur.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/compositionstart.data.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/compositionstart.keydown.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/compositionstart.preventDefault.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/converted/EventListener.dispatch.new.event.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/converted/support/ProcessingInstruction.DOMCharacterDataModified.xml create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/dispatchEvent.click.checkbox.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/error.image.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/focusin.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/focusin.relatedTarget.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/focusout.relatedTarget.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/hasFeature.Events.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/hasFeature.feature.string.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/load.image.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/mouseenter.ctrlKey.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/mouseenter.relatedTarget.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/mouseleave.relatedTarget.html create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/support/16kb.js create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/support/InvalidBitMap.png create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/support/iepreview.png create mode 100644 testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/support/style01.css (limited to 'testing/web-platform/tests/uievents/legacy-domevents-tests') diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/Status.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/Status.html new file mode 100644 index 0000000000..392f68edc1 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/Status.html @@ -0,0 +1,26 @@ + + + + DOM Level 3 Events Test Status + + + +

DOM Level 3 Events Test Suite Status

+ +

This test suite is part of the +Web Application WG's +Test Repository as described in WebApps' +Testing Wiki. +

+ +

The test suite is for the +DOM Level 3 Events specification. +

+ + + + + diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/approved/ProcessingInstruction.DOMCharacterDataModified.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/approved/ProcessingInstruction.DOMCharacterDataModified.html new file mode 100644 index 0000000000..2da0a389e2 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/approved/ProcessingInstruction.DOMCharacterDataModified.html @@ -0,0 +1,32 @@ + + + + ProcessingInstruction.data and DOMCharacterDataModified event + + + + +
+ + + + + + diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/approved/dispatchEvent.click.checkbox.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/approved/dispatchEvent.click.checkbox.html new file mode 100644 index 0000000000..8cb548f84c --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/approved/dispatchEvent.click.checkbox.html @@ -0,0 +1,80 @@ + + + + MouseEvent: Default action and synthetic click event + + + + +
+ +
+ + +
+ + + + diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/approved/domnodeinserted.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/approved/domnodeinserted.html new file mode 100644 index 0000000000..e5064d8d46 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/approved/domnodeinserted.html @@ -0,0 +1,26 @@ + +MutationEvent: DOMNodeInserted Event Type + + +
+ + + + diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/approved/stopImmediatePropagation.effect.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/approved/stopImmediatePropagation.effect.html new file mode 100644 index 0000000000..a414d60298 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/approved/stopImmediatePropagation.effect.html @@ -0,0 +1,71 @@ + + + + Event.stopImmediatePropagation() immediate effect + + + + +
+ + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/approved/stopPropagation.deferred.effect.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/approved/stopPropagation.deferred.effect.html new file mode 100644 index 0000000000..93489c63b4 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/approved/stopPropagation.deferred.effect.html @@ -0,0 +1,70 @@ + + + + Event.stopPropagation() deferred effect + + + + +
+ + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/approved/support/ProcessingInstruction.DOMCharacterDataModified.xml b/testing/web-platform/tests/uievents/legacy-domevents-tests/approved/support/ProcessingInstruction.DOMCharacterDataModified.xml new file mode 100644 index 0000000000..4c95ae29df --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/approved/support/ProcessingInstruction.DOMCharacterDataModified.xml @@ -0,0 +1,32 @@ + + + + ProcessingInstruction.data and DOMCharacterDataModified event + +
+ + + + +
\ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/CompositionEvent.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/CompositionEvent.html new file mode 100644 index 0000000000..0f8242b07d --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/CompositionEvent.html @@ -0,0 +1,69 @@ + + + + Composition Event Types: compositionstart, compositionupdate, compositionend + + + +

DOM Events

+

+ Test Description: The composition events occur in a set order relative to one another: + 1. compositionstart, 2. compositionupdate (multiple events), 3. compositionend. +

+ +
+            
+
+            Steps:
+            1) Open Japanese Microsoft IME and select Hiragana input method
+            2) Click at the above textbox and then type 'a' using keyboard
+            3) Press the '{Enter}' key to complete the IME composition
+            4) Click here to test again if not following the steps exactly
+        
+ +

Test passes if the word "PASS" appears below and nothing is typed to the textbox after following the above steps.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.attrChange.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.attrChange.html new file mode 100644 index 0000000000..12c45fc848 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.attrChange.html @@ -0,0 +1,65 @@ + + + + MutationEvent.attrChange for DOMAttrModified Event + + + +

DOM Events

+

+ Test Description: MutationEvent.attrChange indicates the type of change which triggered the DOMAttrModified event. +

+ +
+ +

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.attrName.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.attrName.html new file mode 100644 index 0000000000..ca1ad97d24 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.attrName.html @@ -0,0 +1,66 @@ + + + + MutationEvent.attrName for DOMAttrModified Event + + + +

DOM Events

+

+ Test Description: MutationEvent.attrName indicates the name of the changed Attr node + in a DOMAttrModified event. +

+ +
+ +

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.html new file mode 100644 index 0000000000..c229abe96e --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.html @@ -0,0 +1,66 @@ + + + + Mutation Event Type: DOMAttrModified + + + +

DOM Events

+

+ Test Description: DOMAttrModified event fires after an Attr.value has been + modified and after an Attr node has been added to or removed from an Element. +

+ +
+ +

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.newValue.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.newValue.html new file mode 100644 index 0000000000..77b8a41e1a --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.newValue.html @@ -0,0 +1,65 @@ + + + + MutationEvent.newValue for DOMAttrModified Event + + + +

DOM Events

+

+ Test Description: MutationEvent.newValue indicates the new value of the Attr node in DOMAttrModified events. +

+ +
+ +

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.prevValue.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.prevValue.html new file mode 100644 index 0000000000..31fbec7764 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.prevValue.html @@ -0,0 +1,65 @@ + + + + MutationEvent.prevValue for DOMAttrModified Event + + + +

DOM Events

+

+ Test Description: MutationEvent.prevValue indicates the previous value of the Attr node in DOMAttrModified events. +

+ +
+ +

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.relatedNode.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.relatedNode.html new file mode 100644 index 0000000000..5c30dabe22 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.relatedNode.html @@ -0,0 +1,66 @@ + + + + MutationEvent.relatedNode for DOMAttrModified Event + + + +

DOM Events

+

+ Test Description: In the case of the DOMAttrModified event, MutationEvent.relatedNode + indicates the Attr node which was modified, added, or removed. +

+ +
+ +

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMCharacterDataModified.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMCharacterDataModified.html new file mode 100644 index 0000000000..31d4fbf08f --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMCharacterDataModified.html @@ -0,0 +1,62 @@ + + + + MutationEvent: DOMCharacterDataModified Event Type + + + +

DOM Events

+

+ Test Description: DOMCharacterDataModified event fires after CharacterData.data has been modified. +

+ + +
Hello
+
+

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMNodeInserted.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMNodeInserted.html new file mode 100644 index 0000000000..0e0d26d1aa --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMNodeInserted.html @@ -0,0 +1,64 @@ + + + + MutationEvent: DOMNodeInserted Event Type + + + +

DOM Events

+

+ Test Description: DOMNodeInserted event fires when a node has been added as a child of another node. +

+ + +
+
+
+ +

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMNodeRemoved.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMNodeRemoved.html new file mode 100644 index 0000000000..34d7112027 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMNodeRemoved.html @@ -0,0 +1,62 @@ + + + + MutationEvent: DOMNodeRemoved Event Type + + + +

DOM Events

+

+ Test Description: DOMNodeRemoved event fires when a node is being removed from its parent node. +

+ + +
+
+
+

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMSubtreeModified.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMSubtreeModified.html new file mode 100644 index 0000000000..1819f563da --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMSubtreeModified.html @@ -0,0 +1,72 @@ + + + + MutationEvent: DOMSubtreeModified Event Type + + + +

DOM Events

+

+ Test Description: DOMSubtreeModified event fires after any other events + caused by the mutation(s) have occurred. +

+ + +
+ +
+
+

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/Event.defaultPrevented.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/Event.defaultPrevented.html new file mode 100644 index 0000000000..8acd3cb979 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/Event.defaultPrevented.html @@ -0,0 +1,68 @@ + + + + W3C DOM Level 3 Event Object Property: defaultPrevented + + + +

+ Test Description: + Event listeners can cancel default actions of cancelable event objects by invoking the Event.preventDefault() + method, and determine whether an event has been canceled through the Event.defaultPrevented attribute. +

+ + Click the hyperlink: + http://samples.msdn.microsoft.com/ietestcenter + +

Test passes if the word "PASS" appears below after clicking the hyperlink and the page does not navigate away.

+
Test result:
+
FAIL
+ + diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/Event.eventPhase.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/Event.eventPhase.html new file mode 100644 index 0000000000..4bd3b51b46 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/Event.eventPhase.html @@ -0,0 +1,77 @@ + + + + W3C DOM Level 2 Event Object Property: eventPhase + + + +

+ Test Description: + eventPhase is used to indicate which phase of event flow is currently being accomplished. +

+ +
+ Double click here: +
+ +

Test passes if the word "PASS" appears below after double clicking the above textbox.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/Event.stopPropagation.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/Event.stopPropagation.html new file mode 100644 index 0000000000..019143e366 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/Event.stopPropagation.html @@ -0,0 +1,85 @@ + + + + W3C DOM Level 3 Event Object method: stopPropagation + + + +

+ Test Description: + stopPropagation prevents other event listeners from being triggered. +

+ +
+ Click the button: +
+ +

Test passes if the word "PASS" appears below after clicking the above button using mouse.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/KeyboardEvent.key.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/KeyboardEvent.key.html new file mode 100644 index 0000000000..ea1adb0751 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/KeyboardEvent.key.html @@ -0,0 +1,56 @@ + + + + KeyboardEvent Object Property: key + + + +

Test Description: KeyboardEvent Object Property key holds the key value of the key pressed

+ + Type 'a' here: + +

Test passes if the word "PASS" appears below after typing 'a' in the above textbox using keyboard.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/KeyboardEvent.location.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/KeyboardEvent.location.html new file mode 100644 index 0000000000..63fe460f3d --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/KeyboardEvent.location.html @@ -0,0 +1,74 @@ + + + + KeyboardEvent.location + + + +

DOM Events

+

+ Test Description: KeyboardEvent.location attribute contains an indication of the + location of the key on the device. +

+ +
+            
+
+            Steps:
+            1) Type 'a' in the above textbox using keyboard
+            2) Press '{CTRL}' key on the left side of the keyboard
+            3) Press '{SHIFT}' key on the right side of the keyboard
+            4) Click here to test again if not following the steps exactly
+        
+ +

Test passes if the word "PASS" appears below after following the above steps.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/KeyboardEvent.modifiers.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/KeyboardEvent.modifiers.html new file mode 100644 index 0000000000..ee490b47ec --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/KeyboardEvent.modifiers.html @@ -0,0 +1,66 @@ + + + + KeyboardEvent.getModifierState() and 'AltGraph' modifier key + + + +

DOM Events

+

+ Test Description: Some operating systems simulate the 'AltGraph' modifier key + with the combination of the 'Alt' and 'Control' modifier keys. Implementations + are encouraged to use the 'AltGraph' modifier key. +

+ +
+            
+
+            Steps:
+            1) Click in the above textbox using mouse
+            2) Press and hold down '{CTRL}' key and then press '{ALT}' key on the keyboard
+        
+ +

Test passes if the word "PASS" appears below after following the above steps.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MouseEvent.button.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MouseEvent.button.html new file mode 100644 index 0000000000..605565a781 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MouseEvent.button.html @@ -0,0 +1,65 @@ + + + + MouseEvent.button for mouseup Event + + + +

+ Test Description: MouseEvent.button value for mouseup event is based on current button pressed. +

+ +
+            
+
+            Steps:
+            1) Move the mouse pointer to the above textbox
+            2) Click the mouse button in this order: Left Button, Middle Button, Right Button
+            3) Click here to test again if not following the steps exactly
+        
+ +

Test passes if the word "PASS" appears below after following the above steps.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MouseEvent.image.map.area.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MouseEvent.image.map.area.html new file mode 100644 index 0000000000..17b7dd5cce --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MouseEvent.image.map.area.html @@ -0,0 +1,70 @@ + + + + MouseEvent event on IMG element with MAP and AREA elements + + + +

DOM Events

+

+ Test Description: MouseEvent event fires on the AREA element when click the MAP AREA on an image +

+ + + + + + + +

+ Steps: +

    +
  1. Click at the arrow pointer symbol on the bottom-right corner of the image. +
+

+ +

Test passes if the word "PASS" appears below after following the above steps.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MouseEvent.preventDefault.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MouseEvent.preventDefault.html new file mode 100644 index 0000000000..e6cb57806d --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MouseEvent.preventDefault.html @@ -0,0 +1,94 @@ + + + + MouseEvent: mousedown - preventDefault() for text selection + + + +

DOM Events

+

+ Test Description: MouseEvent - Text selection is disabled after cancelling mousedown event. +

+ +   Use mouse to select the whole line here   + +

+ Steps: +

    +
  1. Make sure text in the above green box can be selected using mouse +
  2. Dismiss the selection, if any, by clicking at the green box with mouse +
  3. Now, click the button: +
  4. Drag mouse to select the whole line of the text inside the above green box +
  5. Click the button: +
+

+

Test passes if the word "PASS" appears below after following the above steps.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MutationEvent.hasFeature.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MutationEvent.hasFeature.html new file mode 100644 index 0000000000..f550a5366d --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MutationEvent.hasFeature.html @@ -0,0 +1,67 @@ + + + + MutationEvent: feature detection with hasFeature() + + + +

DOM Events

+

+ Test Description: MutationEvent - feature support detection using DOMImplementation.hasFeature() method +

+ +

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MutationEvent.initMutationEvent.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MutationEvent.initMutationEvent.html new file mode 100644 index 0000000000..3b2bceabf4 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MutationEvent.initMutationEvent.html @@ -0,0 +1,72 @@ + + + + MutationEvent.initMutationEvent() and Event.trusted + + + +

DOM Events

+

+ Test Description: initMutationEvent initializes attributes of a MutationEvent object. +

+ + +

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MutationEvent.relatedNode.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MutationEvent.relatedNode.html new file mode 100644 index 0000000000..6b92079ef6 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MutationEvent.relatedNode.html @@ -0,0 +1,76 @@ + + + + MutationEvent.relatedNode for DOMNodeInserted and DOMNodeRemoved + + + +

DOM Events

+

+ Test Description: MutationEvent.relatedNode is the parent node of the node being removed for DOMNodeRemoved event; + and, it is the parent node of the node that has been inserted for DOMNodeInserted event +

+ + +
+
+
+

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/ProcessingInstruction.DOMCharacterDataModified.fail.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/ProcessingInstruction.DOMCharacterDataModified.fail.html new file mode 100644 index 0000000000..9b0843c115 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/ProcessingInstruction.DOMCharacterDataModified.fail.html @@ -0,0 +1,18 @@ + + + + ProcessingInstruction.data and DOMCharacterDataModified event + + +

DOM Events

+

+ Test Description: DOMCharacterDataModified event fires after ProcessingInstruction.data have been modified, + but the node itself has not been inserted or deleted. The proximal event target of this event shall be the + ProcessingInstruction node. +

+ +

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/ProcessingInstruction.DOMCharacterDataModified.xml b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/ProcessingInstruction.DOMCharacterDataModified.xml new file mode 100644 index 0000000000..34ad59064f --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/ProcessingInstruction.DOMCharacterDataModified.xml @@ -0,0 +1,63 @@ + + + + ProcessingInstruction.data and DOMCharacterDataModified event + + +

+

DOM Events

+

+ Test Description: DOMCharacterDataModified event fires after ProcessingInstruction.data have been modified, + but the node itself has not been inserted or deleted. The proximal event target of this event shall be the + ProcessingInstruction node. +

+ + + +

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + +

+
\ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.hasFeature.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.hasFeature.html new file mode 100644 index 0000000000..853cc7c435 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.hasFeature.html @@ -0,0 +1,60 @@ + + + + TextEvent: feature detection with hasFeature() + + + +

DOM Events

+

+ Test Description: TextEvent - feature support detection using DOMImplementation.hasFeature() method +

+ +

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.initTextEvent.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.initTextEvent.html new file mode 100644 index 0000000000..52eae11aa9 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.initTextEvent.html @@ -0,0 +1,66 @@ + + + + TextEvent.initTextEvent() and Event.trusted + + + +

DOM Events

+

+ Test Description: initTextEvent initializes attributes of a TextEvent object. +

+ + +

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.IME.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.IME.html new file mode 100644 index 0000000000..af5c736242 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.IME.html @@ -0,0 +1,69 @@ + + + + TextEvent: inputMode with DOM_INPUT_METHOD_IME + + + +

DOM Events

+

+ Test Description: TextEvent.inputMode is DOM_INPUT_METHOD_IME (0x04) + when the text string was entered through an Input Method Editor. +

+ + + + + +

+ Steps: +

    +
  1. Open Japanese Microsoft IME and select Hiragana input method +
  2. Click at the above textbox and then type 'a' using keyboard +
  3. Press '{ENTER}' key to complete the IME composition +
+

+

Test passes if the word "PASS" appears below after following the above steps.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.drop.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.drop.html new file mode 100644 index 0000000000..14ffc19765 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.drop.html @@ -0,0 +1,71 @@ + + + + TextEvent: inputMode with DOM_INPUT_METHOD_DROP + + + +

DOM Events

+

+ Test Description: TextEvent.inputMode is DOM_INPUT_METHOD_DROP (0x03) + when the text string was inserted as part of a drag-and-drop operation. +

+ + +
Hello World
+
+ +
+ +

+ Steps: +

    +
  1. Select "Hello World" inside the green editbox +
  2. Drag-and-drop it ("Hello World") to the textbox below the green editbox +
+

+

Test passes if the word "PASS" appears below after following the above steps.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.keyboard.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.keyboard.html new file mode 100644 index 0000000000..472dd96ddb --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.keyboard.html @@ -0,0 +1,67 @@ + + + + TextEvent: inputMode with DOM_INPUT_METHOD_KEYBOARD + + + +

DOM Events

+

+ Test Description: TextEvent.inputMode is DOM_INPUT_METHOD_KEYBOARD (0x01) + when the text string was input through a keyboard. +

+ + + + +

+ Steps: +

    +
  1. Type 'a' in the above texbox using keyboard +
+

+

Test passes if the word "PASS" appears below after following the above steps.

+
Test result:
+
FAIL
+ + diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.paste.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.paste.html new file mode 100644 index 0000000000..a93259cd60 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.paste.html @@ -0,0 +1,71 @@ + + + + TextEvent: inputMode with DOM_INPUT_METHOD_PASTE + + + +

DOM Events

+

+ Test Description: TextEvent.inputMode is DOM_INPUT_METHOD_PASTE (0x02) + when the text string was pasted in from a clipboard. +

+ + +
Hello World
+
+ +
+ +

+ Steps: +

    +
  1. Select and copy "Hello World" inside the green editbox +
  2. Paste it ("Hello World") to the textbox below the green editbox +
+

+

Test passes if the word "PASS" appears below after following the above steps.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.script.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.script.html new file mode 100644 index 0000000000..c1327ebae5 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.script.html @@ -0,0 +1,63 @@ + + + + TextEvent: inputMode with DOM_INPUT_METHOD_SCRIPT + + + +

DOM Events

+

+ Test Description: TextEvent.inputMode is DOM_INPUT_METHOD_SCRIPT (0x09) + when the text string was inserted via a script operation on the DOM. +

+ + +
+
+
+

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/UIEvent.load.stylesheet.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/UIEvent.load.stylesheet.html new file mode 100644 index 0000000000..a948a2f71a --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/UIEvent.load.stylesheet.html @@ -0,0 +1,59 @@ + + + + UIEvent: load event for style sheets + + + +

DOM Events

+

+ Test Description: UIEvent - load event fires when the DOM Implementation finishes loading + dependent resources, such as style sheets. +

+ + + +

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.Capture.Bubble.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.Capture.Bubble.html new file mode 100644 index 0000000000..4dfe246136 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.Capture.Bubble.html @@ -0,0 +1,90 @@ + + + + WheelEvent: wheel Event capturing/bubbling + + + +

DOM Events

+

+ Test Description: WheelEvent - wheel event bubbles. +

+ + + + +

+ Steps: +

    +
  1. Note: an input device with scroll wheel support (e.g., mouse wheel) is required +
  2. Move the mouse pointer over the above textarea +
  3. Scroll down the mouse wheel 1 or more units +
+

+

Test passes if the word "PASS" appears below after following the above steps.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.ctrlKey.zoom.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.ctrlKey.zoom.html new file mode 100644 index 0000000000..52b17ced96 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.ctrlKey.zoom.html @@ -0,0 +1,93 @@ + + + + WheelEvent: wheel - MouseEvent.ctrlKey and Zooming + + + +

DOM Events

+

+ Test Description: The typical default action of the wheel event type, in some cases, is to + zoom the document. If this event is canceled, the implementation must not zoom the document. +

+ +
+ +

+ Steps: +

    +
  1. Note: an input device with scroll wheel support (e.g., mouse wheel) is required +
  2. Make sure the page can be zoomed in/out by holding down '{CTRL}' key + scrolling the mouse wheel on the page +
  3. Now, click the button: +
  4. Press and hold down '{CTRL}' key on the keyboard +
  5. Move the mouse pointer to the center of the page +
  6. Scroll down/up the mouse wheel some units +
  7. Click the button: +
+

+

Test passes if the word "PASS" appears below after following the above steps.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.deltaMode.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.deltaMode.html new file mode 100644 index 0000000000..11761f4083 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.deltaMode.html @@ -0,0 +1,76 @@ + + + + WheelEvent: wheel - WheelEvent.deltaMode + + + +

DOM Events

+

+ Test Description: WheelEvent.deltaMode attribute contains an indication of the units of + measurement for the delta values. Its value may be different based on system configuration. +

+ + +
+ TOP TOP TOP TOP TOP TOP TOP + Scroll mouse wheel over here + Scroll mouse wheel over here + Scroll mouse wheel over here + Scroll mouse wheel over here + Scroll mouse wheel over here + Scroll mouse wheel over here + END END END END END END END +
+
+

+ Steps: +

    +
  1. Note: an input device with scroll wheel support (e.g., mouse wheel) is required +
  2. Move the mouse pointer over the above green box +
  3. Scroll down the mouse wheel 1 or more units +
+

+

Test passes if the word "PASS" appears below after following the above steps.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.hasFeature.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.hasFeature.html new file mode 100644 index 0000000000..8bd224fa98 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.hasFeature.html @@ -0,0 +1,60 @@ + + + + WheelEvent: feature detection with hasFeature() + + + +

DOM Events

+

+ Test Description: WheelEvent - feature support detection using DOMImplementation.hasFeature() method +

+ +

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.initWheelEvent.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.initWheelEvent.html new file mode 100644 index 0000000000..cd8c192e41 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.initWheelEvent.html @@ -0,0 +1,76 @@ + + + + WheelEvent.initWheelEvent() and Event.trusted + + + +

DOM Events

+

+ Test Description: initWheelEvent initializes attributes of a WheelEvent object. +

+ + +

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.preventDefault.scroll.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.preventDefault.scroll.html new file mode 100644 index 0000000000..6cb55a071f --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.preventDefault.scroll.html @@ -0,0 +1,91 @@ + + + + WheelEvent: wheel - preventDefault() for Scrolling + + + +

DOM Events

+

+ Test Description: The typical default action of the wheel event type is to scroll the document/element + by the indicated amount. If this event is canceled, the implementation must not scroll document/element. +

+ + + + +

+ Steps: +

    +
  1. Note: an input device with scroll wheel support (e.g., mouse wheel) is required +
  2. Make sure the above textarea can be scrolled by scrolling the mouse wheel over it +
  3. Now, click the button: +
  4. Move the mouse pointer over the above textarea +
  5. Scroll down the mouse wheel 1 or more units +
  6. Click the button: +
+

+

Test passes if the word "PASS" appears below after following the above steps.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/abort.img.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/abort.img.html new file mode 100644 index 0000000000..c0fb1eaf97 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/abort.img.html @@ -0,0 +1,74 @@ + + + + W3C DOM Level 3 Event: abort + + + +

+ Test Description: + The abort event fires when the loading of a resource has been aborted. +

+ +

Before image is loaded below, click here.

+ +
Loading...
+ +

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + + + diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/abort.testresult.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/abort.testresult.html new file mode 100644 index 0000000000..e0f6243b8a --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/abort.testresult.html @@ -0,0 +1,30 @@ + + + +

+ Test Description: + The abort event fires when the loading of a resource has been aborted. +

+ +

Click here to go back to the test page

+ +

Test passes if the word "PASS" appears below.

+
Test result:
+
+ +
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/blur.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/blur.html new file mode 100644 index 0000000000..cef282bfe5 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/blur.html @@ -0,0 +1,57 @@ + + + + W3C DOM Level 3 Event: blur + + + +

Test Description: blur event fires when an event target loses focus.

+ +
+ Click the textbox and then the button:
+ +
+ +

Test passes if the word "PASS" appears below after clicking the above textbox and then the button.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/compositionstart.data.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/compositionstart.data.html new file mode 100644 index 0000000000..177c37e8d7 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/compositionstart.data.html @@ -0,0 +1,66 @@ + + + + CompositionEvent.data for compositionstart Event + + + +

DOM Events

+

+ Test Description: The value of the data attribute of the compositionstart event + shall be null for new IME input. +

+ +
+            
+
+            Steps:
+            1) Open Japanese Microsoft IME and select Hiragana input method
+            2) Click at the above textbox and then type 'a' using keyboard
+        
+ +

Test passes if the word "PASS" appears below after following the above steps.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/compositionstart.keydown.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/compositionstart.keydown.html new file mode 100644 index 0000000000..7316d1a8a3 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/compositionstart.keydown.html @@ -0,0 +1,76 @@ + + + + compositionstart Event and keydown Event + + + +

DOM Events

+

+ Test Description: When a keyboard is used to feed an input method editor, + compositionstart event type is generated after a keydown event. +

+ +
+            
+
+            Steps:
+            1) Open Japanese Microsoft IME and select Hiragana input method
+            2) Type 'a' in the above textbox using keyboard
+            3) Click here to test again if not following the steps exactly
+        
+ +

Test passes if the word "PASS" appears below after following the above steps.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/compositionstart.preventDefault.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/compositionstart.preventDefault.html new file mode 100644 index 0000000000..74fc52b579 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/compositionstart.preventDefault.html @@ -0,0 +1,73 @@ + + + + Cancelling compositionstart Event via Event.preventDefault() + + + +

DOM Events

+

+ Test Description: The default action of compositionstart event is to launch the appropriate text + composition system. If this event is canceled, the text composition system must not be launched. +

+ +
+            
+
+            Steps:
+            1) Open Japanese Microsoft IME and select Hiragana input method
+            2) Click at the above textbox and then type 'a' using keyboard
+        
+ +

Test passes if the word "PASS" appears below and nothing is typed to the textbox after following the above steps.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/converted/EventListener.dispatch.new.event.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/converted/EventListener.dispatch.new.event.html new file mode 100644 index 0000000000..e0ab7e0d3e --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/converted/EventListener.dispatch.new.event.html @@ -0,0 +1,77 @@ + + + + Dispatch additional events inside an event listener + + + + +
+ + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/converted/support/ProcessingInstruction.DOMCharacterDataModified.xml b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/converted/support/ProcessingInstruction.DOMCharacterDataModified.xml new file mode 100644 index 0000000000..4c95ae29df --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/converted/support/ProcessingInstruction.DOMCharacterDataModified.xml @@ -0,0 +1,32 @@ + + + + ProcessingInstruction.data and DOMCharacterDataModified event + +
+ + + + +
\ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/dispatchEvent.click.checkbox.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/dispatchEvent.click.checkbox.html new file mode 100644 index 0000000000..757bb12646 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/dispatchEvent.click.checkbox.html @@ -0,0 +1,93 @@ + + + + MouseEvent: Default action and synthetic click event + + + +

DOM Events

+

+ Test Description: MouseEvent: Default action is performed when a synthetic click event is dispatched on a checkbox element +

+ + + + +

+ Steps: +

    +
  1. Click the button "Click Here" +
+

+ +

Test passes if the word "PASS" appears below after following the above steps.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/error.image.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/error.image.html new file mode 100644 index 0000000000..a629652d4f --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/error.image.html @@ -0,0 +1,65 @@ + + + + W3C DOM Level 3 Event: error + + + +

Test Description: error event fires when an IMG resource failed to load.

+ + ERROR + +

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/focusin.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/focusin.html new file mode 100644 index 0000000000..a6eb1b6638 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/focusin.html @@ -0,0 +1,61 @@ + + + + W3C DOM Level 3 Event: focusin + + + +

+ Test Description: + focusin event fires when an event target is about to receive focus. +

+ +
+ Click here: +
+ +

Test passes if the word "PASS" appears below after clicking the above textbox using mouse.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/focusin.relatedTarget.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/focusin.relatedTarget.html new file mode 100644 index 0000000000..a36d254666 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/focusin.relatedTarget.html @@ -0,0 +1,64 @@ + + + + FocusEvent.relatedTarget for focusin Event + + + +

DOM Events

+

+ Test Description: FocusEvent.relatedTarget for focusin event is the event target losing focus. +

+ +
+             
+
+            Steps:
+            1) Click in the above textbox using mouse
+            2) Then click the above button using mouse
+        
+ +

Test passes if the word "PASS" appears below after following the above steps.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/focusout.relatedTarget.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/focusout.relatedTarget.html new file mode 100644 index 0000000000..bc02267ed7 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/focusout.relatedTarget.html @@ -0,0 +1,64 @@ + + + + FocusEvent.relatedTarget for focusout Event + + + +

DOM Events

+

+ Test Description: FocusEvent.relatedTarget for focusout event is the event target receiving focus. +

+ +
+             
+
+            Steps:
+            1) Click in the above textbox using mouse
+            2) Then click the above button using mouse
+        
+ +

Test passes if the word "PASS" appears below after following the above steps.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/hasFeature.Events.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/hasFeature.Events.html new file mode 100644 index 0000000000..e0c9ba18d8 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/hasFeature.Events.html @@ -0,0 +1,52 @@ + + + + DOMImplementation.hasFeature() with Events, 3.0 and 2.0 + + + +

DOM Events

+

+ Test Description: Since DOM Level 3 Events is built on top of DOM Level 2 Events, an + implementation that returns true for "Events" and "3.0" shall also return true for the + parameters "Events" and "2.0". +

+ +

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/hasFeature.feature.string.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/hasFeature.feature.string.html new file mode 100644 index 0000000000..e96c39c855 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/hasFeature.feature.string.html @@ -0,0 +1,80 @@ + + + + DOMImplementation.hasFeature() and Extended Feature String + + + +

DOM Events

+

+ Test Description: each interface defined in DOM Level 3 Events has a feature string, + which may act as a base feature string or as an extended feature string. +

+ +

Test passes if the word "PASS" appears below.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/load.image.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/load.image.html new file mode 100644 index 0000000000..19414eaf02 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/load.image.html @@ -0,0 +1,82 @@ + + + + W3C DOM Level 3 Event: load + + + +

+ Test Description: + load event fires when the DOM implementation finishes loading the resource (such as the document) + and any dependent resources (such as images, style sheets, or scripts). +

+ +

+ + + +

Test passes if the word "PASS" appears below after the above image is loaded.

+
Test result:
+
FAIL
+ + + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/mouseenter.ctrlKey.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/mouseenter.ctrlKey.html new file mode 100644 index 0000000000..dac16046cf --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/mouseenter.ctrlKey.html @@ -0,0 +1,64 @@ + + + + MouseEvent.ctrlKey for mouseenter Event + + + +

DOM Events

+

+ Test Description: MouseEvent.ctrlKey returns true if 'Control' key is depressed, otherwise false. +

+ +
+            
+
+            Steps:
+            1) Press and hold down the '{CTRL}' key
+            2) Move the mouse pointer into the image
+        
+ +

Test passes if the word "PASS" appears below after following the above steps.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/mouseenter.relatedTarget.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/mouseenter.relatedTarget.html new file mode 100644 index 0000000000..f2d449dae8 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/mouseenter.relatedTarget.html @@ -0,0 +1,69 @@ + + + + MouseEvent.relatedTarget for mouseenter Event + + + +

DOM Events

+

+ Test Description: MouseEvent.relatedTarget for mouseenter event indicates + the event target a pointing device is exiting, if any. +

+ +
+            
+ + + +
+ + Steps: + 1) Move the mouse pointer into the above green rectangle + 2) Then move the mouse pointer onto the button +
+ +

Test passes if the word "PASS" appears below after following the above steps.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/mouseleave.relatedTarget.html b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/mouseleave.relatedTarget.html new file mode 100644 index 0000000000..37ca719750 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/mouseleave.relatedTarget.html @@ -0,0 +1,69 @@ + + + + MouseEvent.relatedTarget for mouseleave Event + + + +

DOM Events

+

+ Test Description: MouseEvent.relatedTarget for mouseleave event indicates + the event target a pointing device is entering, if any. +

+ +
+            
+ + + +
+ + Steps: + 1) Move the mouse pointer onto the above button + 2) Then move the mouse pointer out of it +
+ +

Test passes if the word "PASS" appears below after following the above steps.

+
Test result:
+
FAIL
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/support/16kb.js b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/support/16kb.js new file mode 100644 index 0000000000..fb3c0d64b1 --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/support/16kb.js @@ -0,0 +1,140 @@ +var text = +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " + +"This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! This is a test! " ; +ActualResult.push("SCRIPT:loaded"); diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/support/InvalidBitMap.png b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/support/InvalidBitMap.png new file mode 100644 index 0000000000..0a15a8e10d --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/support/InvalidBitMap.png @@ -0,0 +1 @@ +Invalid BitMap \ No newline at end of file diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/support/iepreview.png b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/support/iepreview.png new file mode 100644 index 0000000000..63959a0562 Binary files /dev/null and b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/support/iepreview.png differ diff --git a/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/support/style01.css b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/support/style01.css new file mode 100644 index 0000000000..961757bf3d --- /dev/null +++ b/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/support/style01.css @@ -0,0 +1,3 @@ +BODY { + PADDING-BOTTOM: 0px; BACKGROUND-COLOR: #eef0eb; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px +} -- cgit v1.2.3