From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../Microsoft/dragdrop/dragdrop_000-manual.htm | 62 +++++++++++++++++ .../Microsoft/dragdrop/dragdrop_001-manual.htm | 62 +++++++++++++++++ .../Microsoft/dragdrop/dragdrop_002-manual.htm | 64 +++++++++++++++++ .../Microsoft/dragdrop/dragdrop_003-manual.htm | 67 ++++++++++++++++++ .../Microsoft/dragdrop/dragdrop_004-manual.htm | 19 +++++ .../Microsoft/dragdrop/dragdrop_005-manual.htm | 19 +++++ .../Microsoft/dragdrop/dragdrop_006-manual.htm | 19 +++++ .../Microsoft/dragdrop/dragdrop_007-manual.htm | 19 +++++ .../Microsoft/dragdrop/dragdrop_008-manual.htm | 19 +++++ .../Microsoft/dragdrop/dragdrop_009-manual.htm | 66 ++++++++++++++++++ .../Microsoft/dragdrop/dragdrop_010-manual.htm | 64 +++++++++++++++++ .../Microsoft/dragdrop/dragdrop_011-manual.htm | 62 +++++++++++++++++ .../Microsoft/dragdrop/dragdrop_012-manual.htm | 64 +++++++++++++++++ .../Microsoft/dragdrop/dragdrop_013-manual.htm | 76 ++++++++++++++++++++ .../Microsoft/dragdrop/dragdrop_014-manual.htm | 81 ++++++++++++++++++++++ .../Microsoft/dragdrop/dragdrop_015-manual.htm | 78 +++++++++++++++++++++ .../Microsoft/dragdrop/dragdrop_016-manual.htm | 72 +++++++++++++++++++ .../Microsoft/dragdrop/dragdrop_support.js | 9 +++ 18 files changed, 922 insertions(+) create mode 100644 testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_000-manual.htm create mode 100644 testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_001-manual.htm create mode 100644 testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_002-manual.htm create mode 100644 testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_003-manual.htm create mode 100644 testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_004-manual.htm create mode 100644 testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_005-manual.htm create mode 100644 testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_006-manual.htm create mode 100644 testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_007-manual.htm create mode 100644 testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_008-manual.htm create mode 100644 testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_009-manual.htm create mode 100644 testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_010-manual.htm create mode 100644 testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_011-manual.htm create mode 100644 testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_012-manual.htm create mode 100644 testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_013-manual.htm create mode 100644 testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_014-manual.htm create mode 100644 testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_015-manual.htm create mode 100644 testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_016-manual.htm create mode 100644 testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_support.js (limited to 'testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop') diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_000-manual.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_000-manual.htm new file mode 100644 index 000000000..278157644 --- /dev/null +++ b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_000-manual.htm @@ -0,0 +1,62 @@ + + + + HTML5 Drag and Drop: Fire drag event during the drag and drop processing + + + + + + + + +
Description: Fire drag event during the drag and drop processing
+ + + + + + + + + +
Test ResultTest Assertion
ManualTest passes if if the word "PASS" appears to the left after following the steps below. +
+ Steps: +
    +
  1. Click and drag the blue image +
+
+
+

+ http://dev.w3.org/html5/spec/dnd.html#drag-and-drop-processing-model +

+

+ If the user agent is still performing the previous iteration of the sequence (if any) when the next iteration becomes due, abort these steps for this iteration (effectively "skipping missed frames" of the drag-and-drop operation). + Fire a DND event named drag event at the source node. If this event is canceled, the user agent must set the current drag operation to "none" (no drag operation). +

+ + + \ No newline at end of file diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_001-manual.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_001-manual.htm new file mode 100644 index 000000000..3514f2193 --- /dev/null +++ b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_001-manual.htm @@ -0,0 +1,62 @@ + + + + HTML5 Drag and Drop: Fire drag event when dragging a div element + + + + + + + + +
Description: Fire drag event when dragging a div element
+ + + + + + + + + +
Test ResultTest Assertion
ManualTest passes if if the word "PASS" appears to the left after following the steps below. +
+ Steps: +
    +
  1. Click and drag the red box +
+
+
+

+ http://dev.w3.org/html5/spec/dnd.html#drag-and-drop-processing-model +

+

+ If the user agent is still performing the previous iteration of the sequence (if any) when the next iteration becomes due, abort these steps for this iteration (effectively "skipping missed frames" of the drag-and-drop operation). + Fire a DND event named drag event at the source node. If this event is canceled, the user agent must set the current drag operation to "none" (no drag operation). +

+
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_002-manual.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_002-manual.htm new file mode 100644 index 000000000..fdd40b577 --- /dev/null +++ b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_002-manual.htm @@ -0,0 +1,64 @@ + + + + HTML5 Drag and Drop: Fire dragend event during the drag and drop processing + + + + + + + + +
Description: Fire dragend event during the drag and drop processing
+ + + + + + + + + +
Test ResultTest Assertion
ManualTest passes if if the word "PASS" appears to the left after following the steps below. +
+ Steps: +
    +
  1. Drag the blue image +
  2. Drop it on the green box +
+
+
+

+ http://dev.w3.org/html5/spec/dnd.html#drag-and-drop-processing-model +

+

+ If the drag operation failed or succeeded, fire a DND event named dragend at the source node. +

+ +

+ + + \ No newline at end of file diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_003-manual.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_003-manual.htm new file mode 100644 index 000000000..bde48b9cc --- /dev/null +++ b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_003-manual.htm @@ -0,0 +1,67 @@ + + + + HTML5 Drag and Drop: Fire dragenter event during the drag and drop processing + + + + + + + + +
Description: Fire dragenter event during the drag and drop processing
+ + + + + + + + + +
Test ResultTest Assertion
ManualTest passes if if the word "PASS" appears to the left after following the steps below. +
+ Steps: +
    +
  1. Select the text inside the red box +
  2. Drag it and enter the green box +
+
+
+

+ http://dev.w3.org/html5/spec/dnd.html#drag-and-drop-processing-model +

+

+ If the user is indicating a different immediate user selection than during the last iteration (or if this is the first iteration), and if this immediate user selection is not the same as the current target element, then update the current target element as follows: + - If the new immediate user selection is null, Set the current target element to null also. + - If the new immediate user selection is in a non-DOM document or application, Set the current target element to the immediate user selection. + - Otherwise, Fire a DND event named dragenter at the immediate user selection. +

+
SampleText
+

+ + + \ No newline at end of file diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_004-manual.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_004-manual.htm new file mode 100644 index 000000000..c97cc7dbf --- /dev/null +++ b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_004-manual.htm @@ -0,0 +1,19 @@ + + + + HTML5 Drag and Drop: Auto state of draggable attribute for 'a' element + + + + + + + + +
+ + + + diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_005-manual.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_005-manual.htm new file mode 100644 index 000000000..28305cd26 --- /dev/null +++ b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_005-manual.htm @@ -0,0 +1,19 @@ + + + + HTML5 Drag and Drop: Auto state of draggable attribute for div element + + + + + + + + +
+ + + + diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_006-manual.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_006-manual.htm new file mode 100644 index 000000000..4d8432b07 --- /dev/null +++ b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_006-manual.htm @@ -0,0 +1,19 @@ + + + + HTML5 Drag and Drop: Auto state of draggable attribute for img element + + + + + + + + +
+ + + + diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_007-manual.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_007-manual.htm new file mode 100644 index 000000000..f14c70b39 --- /dev/null +++ b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_007-manual.htm @@ -0,0 +1,19 @@ + + + + HTML5 Drag and Drop: False state of draggable attribute + + + + + + + + +
+ + + + diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_008-manual.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_008-manual.htm new file mode 100644 index 000000000..4716e5188 --- /dev/null +++ b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_008-manual.htm @@ -0,0 +1,19 @@ + + + + HTML5 Drag and Drop: True state of draggable attribute + + + + + + + + +
+ + + + diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_009-manual.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_009-manual.htm new file mode 100644 index 000000000..781a58476 --- /dev/null +++ b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_009-manual.htm @@ -0,0 +1,66 @@ + + + + HTML5 Drag and Drop: Fire dragleave event during the drag and drop processing + + + + + + + + +
Description: Fire dragleave event during the drag and drop processing
+ + + + + + + + + +
Test ResultTest Assertion
ManualTest passes if if the word "PASS" appears to the left after following the steps below. +
+ Steps: +
    +
  1. Select the text inside the red box +
  2. Drag it over the blue box and drop it on the green box +
+
+
+

+ http://dev.w3.org/html5/spec/dnd.html#drag-and-drop-processing-model +

+

+ If there is a change in the current target element, and if the previous target element was not null or a part of a non-DOM document, then fire a DND event named dragleave at the previous target element. +

+
SampleText
+
+
+
+ + + \ No newline at end of file diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_010-manual.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_010-manual.htm new file mode 100644 index 000000000..08e0a071e --- /dev/null +++ b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_010-manual.htm @@ -0,0 +1,64 @@ + + + + HTML5 Drag and Drop: Fire dragover event during the drag and drop processing + + + + + + + + +
Description: Fire dragover event during the drag and drop processing
+ + + + + + + + + +
Test ResultTest Assertion
ManualTest passes if if the word "PASS" appears to the left after following the steps below. +
+ Steps: +
    +
  1. Select the text inside the red box. +
  2. Drag it, hover over the green box and then release the mouse +
+
+
+

+ http://dev.w3.org/html5/spec/dnd.html#drag-and-drop-processing-model +

+

+ If the current target element is a DOM element, then fire a DND event named dragover at this current target element +

+
SampleText
+

+
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_011-manual.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_011-manual.htm new file mode 100644 index 000000000..dcd7c9c9d --- /dev/null +++ b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_011-manual.htm @@ -0,0 +1,62 @@ + + + + HTML5 Drag and Drop: Fire dragstart event during the drag and drop processing + + + + + + + + +
Description: Fire dragstart event during the drag and drop processing
+ + + + + + + + + +
Test ResultTest Assertion
ManualTest passes if if the word "PASS" appears to the left after following the steps below. +
+ Steps: +
    +
  1. Click and drag the red box +
+
+
+

+ http://dev.w3.org/html5/spec/dnd.html#drag-and-drop-processing-model +

+

+ If it is an element that is being dragged, then set the drag data store elements list to contain just the source node. + Fire a DND event named dragstart at the source node. +

+
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_012-manual.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_012-manual.htm new file mode 100644 index 000000000..b1df40a70 --- /dev/null +++ b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_012-manual.htm @@ -0,0 +1,64 @@ + + + + HTML5 Drag and Drop: Fire drop event during the drag and drop processing + + + + + + + + +
Description: Fire drop event during the drag and drop processing
+ + + + + + + + + +
Test ResultTest Assertion
ManualTest passes if if the word "PASS" appears to the left after following the steps below. +
+ Steps: +
    +
  1. Select the text inside the red box +
  2. Drag it and drop it on the green box +
+
+
+

+ http://dev.w3.org/html5/spec/dnd.html#drag-and-drop-processing-model +

+

+ If the drag operation was a success, if the current target element is a DOM element, fire a DND event named drop at it. +

+
SampleText
+

+ + + \ No newline at end of file diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_013-manual.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_013-manual.htm new file mode 100644 index 000000000..6c2c88afc --- /dev/null +++ b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_013-manual.htm @@ -0,0 +1,76 @@ + + + + HTML5 Drag and Drop: Set a value to effectAllowed attribute + + + + + + + + +
Description: Set a value to effectAllowed attribute
+ + + + + + + + + +
Test ResultTest Assertion
ManualTest passes if if the word "PASS" appears to the left after following the steps below. +
+ Steps: +
    +
  1. Drag the blue image and enter the green box +
+
+
+

+ http://dev.w3.org/html5/spec/dnd.html#datatransfer +

+

+ On setting, if the new value is one of "none", "copy", "copyLink", "copyMove", "link", "linkMove", "move", "all", or "uninitialized", then the attribute's current value must be set to the new value. +

+ +

+ + + \ No newline at end of file diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_014-manual.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_014-manual.htm new file mode 100644 index 000000000..3959cd2ee --- /dev/null +++ b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_014-manual.htm @@ -0,0 +1,81 @@ + + + + HTML5 Drag and Drop: files attribute returns a FileList + + + + + + + + +
Description: files attribute returns a FileList
+ + + + + + + + + +
Test ResultTest Assertion
ManualTest passes if if the word "PASS" appears to the left after following the steps below. +
+ Steps: +
    +
  1. Drag a file and drop it in the green box +
+
+
+

+ http://dev.w3.org/html5/spec/dnd.html#datatransfer +

+

+ The files attribute must return a live FileList sequence consisting of File objects representing the files. +

+ + + \ No newline at end of file diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_015-manual.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_015-manual.htm new file mode 100644 index 000000000..1cd64d945 --- /dev/null +++ b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_015-manual.htm @@ -0,0 +1,78 @@ + + + + HTML5 Drag and Drop: Add an item to the drag data store item list whose data is the string given by setData method's second argument + + + + + + + + +
Description: Add an item to the drag data store item list whose data is the string given by setData method's second argument
+ + + + + + + + + +
Test ResultTest Assertion
ManualTest passes if if the word "PASS" appears to the left after following the steps below. +
+ Steps: +
    +
  1. Drag the blue image and drop it in the green box +
+
+
+

+ http://dev.w3.org/html5/spec/dnd.html#datatransfer +

+

+ If format equals "text", change it to "text/plain". + Remove the item in the drag data store item list whose kind is Plain Unicode string and whose type string is equal to format, if there is one. + Add an item to the drag data store item list whose kind is Plain Unicode string, whose type string is equal to format, and whose data is the string given by the method's second argument. +

+ +

+ + + \ No newline at end of file diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_016-manual.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_016-manual.htm new file mode 100644 index 000000000..26b3317c3 --- /dev/null +++ b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_016-manual.htm @@ -0,0 +1,72 @@ + + + + HTML5 Drag and Drop: types attribute returns a DOMStringList + + + + + + + + +
Description: types attribute returns a DOMStringList
+ + + + + + + + + +
Test ResultTest Assertion
ManualTest passes if if the word "PASS" appears to the left after following the steps below. +
+ Steps: +
    +
  1. Select the text inside the red box +
  2. Drag and drop it in the green box +
+
+
+

+ http://dev.w3.org/html5/spec/dnd.html#datatransfer +

+

+ The types attribute must return a live DOMStringList. +

+
SampleText
+

+ + + \ No newline at end of file diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_support.js b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_support.js new file mode 100644 index 000000000..f5a1d6417 --- /dev/null +++ b/testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_support.js @@ -0,0 +1,9 @@ +function AddEventListenersForElement(evt, callback, capture, element) +{ + element.addEventListener(evt, callback, capture); +} + +function LogTestResult(result) +{ + document.getElementById("test_result").firstChild.data = result; +} -- cgit v1.2.3