+
+
\ No newline at end of file
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 Result
+
Test Assertion
+
+
+
Manual
+
Test passes if if the word "PASS" appears to the left after following the steps below.
+
+ 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 Result
+
Test Assertion
+
+
+
Manual
+
Test passes if if the word "PASS" appears to the left after following the steps below.
+
+ 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 Result
+
Test Assertion
+
+
+
Manual
+
Test passes if if the word "PASS" appears to the left after following the steps below.
+
+ 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 Result
+
Test Assertion
+
+
+
Manual
+
Test passes if if the word "PASS" appears to the left after following the steps below.
+
+ 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
+
+
+
+
+
+
+
+
+
+ Drag this
+
+
+
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
+
+
+
+
+
+
+
+
+
+
SampleText
+
+
+
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
+
+
+
+
+
+
+
+
+
+ Drag this
+
+
+
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
+
+
+
+
+
+
+
+
+
+ Drag this
+
+
+
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 Result
+
Test Assertion
+
+
+
Manual
+
Test passes if if the word "PASS" appears to the left after following the steps below.
+
+ Steps:
+
+
Select the text inside the red box
+
Drag it over the blue box and drop it on the green box
+
+ 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 Result
+
Test Assertion
+
+
+
Manual
+
Test passes if if the word "PASS" appears to the left after following the steps below.
+
+ Steps:
+
+
Select the text inside the red box.
+
Drag it, hover over the green box and then release the mouse
+
+ 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 Result
+
Test Assertion
+
+
+
Manual
+
Test passes if if the word "PASS" appears to the left after following the steps below.
+
+ 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 Result
+
Test Assertion
+
+
+
Manual
+
Test passes if if the word "PASS" appears to the left after following the steps below.
+
+ 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 Result
+
Test Assertion
+
+
+
Manual
+
Test passes if if the word "PASS" appears to the left after following the steps below.
+
+ 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 Result
+
Test Assertion
+
+
+
Manual
+
Test passes if if the word "PASS" appears to the left after following the steps below.
+
+ 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 Result
+
Test Assertion
+
+
+
Manual
+
Test passes if if the word "PASS" appears to the left after following the steps below.
+
+ Steps:
+
+
Drag the blue image and drop it in the green box
+
+ 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 Result
+
Test Assertion
+
+
+
Manual
+
Test passes if if the word "PASS" appears to the left after following the steps below.
+
Test passes if a green rectangle is visible on the page above this line.
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/foreigncontent/foreign_content_012.html b/testing/web-platform/tests/old-tests/submission/Microsoft/foreigncontent/foreign_content_012.html
new file mode 100644
index 000000000..09e99e41a
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/foreigncontent/foreign_content_012.html
@@ -0,0 +1,33 @@
+
+
+
+ HTML 5 Foreign Content SVG in HTML
+
+
+
+
+
+
+
+
+
+
+
Test passes if a green square appears above a black square.
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/foreigncontent/foreign_content_014.html b/testing/web-platform/tests/old-tests/submission/Microsoft/foreigncontent/foreign_content_014.html
new file mode 100644
index 000000000..d92c14dfa
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/foreigncontent/foreign_content_014.html
@@ -0,0 +1,98 @@
+
+
+
+ HTML 5 Foreign Content SVG in HTML
+
+
+
+
+
+
+
+
+
+
Test passes if the word "PASS" appears below
+
Test Result :
+
RUNNING
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/foreigncontent/foreign_content_015.html b/testing/web-platform/tests/old-tests/submission/Microsoft/foreigncontent/foreign_content_015.html
new file mode 100644
index 000000000..a4d27873a
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/foreigncontent/foreign_content_015.html
@@ -0,0 +1,53 @@
+
+
+
+ HTML 5 Foreign Content SVG in HTML
+
+
+
+
+
+
+
+
+
+
+
+
Test passes if the word "PASS" appears below
+
Test Result :
+
RUNNING
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/history/404.html b/testing/web-platform/tests/old-tests/submission/Microsoft/history/404.html
new file mode 100644
index 000000000..e28f5c575
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/history/404.html
@@ -0,0 +1 @@
+Page Not Found
\ No newline at end of file
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/history/history_000.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/history/history_000.htm
new file mode 100644
index 000000000..03a36bd5f
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/history/history_000.htm
@@ -0,0 +1,329 @@
+
+
+
+
+
+
+ HTML5 History Test Cases
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/images/blue-area.png b/testing/web-platform/tests/old-tests/submission/Microsoft/images/blue-area.png
new file mode 100644
index 000000000..570ae0f2b
Binary files /dev/null and b/testing/web-platform/tests/old-tests/submission/Microsoft/images/blue-area.png differ
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/images/blue-border.png b/testing/web-platform/tests/old-tests/submission/Microsoft/images/blue-border.png
new file mode 100644
index 000000000..8f8e41c3d
Binary files /dev/null and b/testing/web-platform/tests/old-tests/submission/Microsoft/images/blue-border.png differ
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/images/blue.png b/testing/web-platform/tests/old-tests/submission/Microsoft/images/blue.png
new file mode 100644
index 000000000..4498dd258
Binary files /dev/null and b/testing/web-platform/tests/old-tests/submission/Microsoft/images/blue.png differ
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/images/fail.gif b/testing/web-platform/tests/old-tests/submission/Microsoft/images/fail.gif
new file mode 100644
index 000000000..c4addcf00
Binary files /dev/null and b/testing/web-platform/tests/old-tests/submission/Microsoft/images/fail.gif differ
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/images/movie_300_frame_0.png b/testing/web-platform/tests/old-tests/submission/Microsoft/images/movie_300_frame_0.png
new file mode 100644
index 000000000..b71282509
Binary files /dev/null and b/testing/web-platform/tests/old-tests/submission/Microsoft/images/movie_300_frame_0.png differ
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/images/poster.png b/testing/web-platform/tests/old-tests/submission/Microsoft/images/poster.png
new file mode 100644
index 000000000..8873ed678
Binary files /dev/null and b/testing/web-platform/tests/old-tests/submission/Microsoft/images/poster.png differ
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/images/poster_blue.png b/testing/web-platform/tests/old-tests/submission/Microsoft/images/poster_blue.png
new file mode 100644
index 000000000..69d5a39dc
Binary files /dev/null and b/testing/web-platform/tests/old-tests/submission/Microsoft/images/poster_blue.png differ
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/images/poster_green.png b/testing/web-platform/tests/old-tests/submission/Microsoft/images/poster_green.png
new file mode 100644
index 000000000..cac16ede7
Binary files /dev/null and b/testing/web-platform/tests/old-tests/submission/Microsoft/images/poster_green.png differ
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/images/poster_red.png b/testing/web-platform/tests/old-tests/submission/Microsoft/images/poster_red.png
new file mode 100644
index 000000000..0fb1f252c
Binary files /dev/null and b/testing/web-platform/tests/old-tests/submission/Microsoft/images/poster_red.png differ
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/images/rect.svg b/testing/web-platform/tests/old-tests/submission/Microsoft/images/rect.svg
new file mode 100644
index 000000000..bb0cf97d9
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/images/rect.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_001.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_001.htm
new file mode 100644
index 000000000..24d16cfcc
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_001.htm
@@ -0,0 +1,11 @@
+
+
+
+ Page with script
+
+
+
+
+
\ No newline at end of file
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_002.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_002.htm
new file mode 100644
index 000000000..e63784771
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_002.htm
@@ -0,0 +1,21 @@
+
+
+
+ HTML5 video with autoplay attribute.
+
+
+
+
+ Your browser does not support HTML5 video.
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_003.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_003.htm
new file mode 100644
index 000000000..621ece79a
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_003.htm
@@ -0,0 +1,12 @@
+
+
+
+ autofocus on form control
+
+
+
Below form control has autofocus attribute set.
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_004.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_004.htm
new file mode 100644
index 000000000..02960d078
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_004.htm
@@ -0,0 +1,10 @@
+
+
+
+ object tag
+
+
+
+
+
\ No newline at end of file
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_006.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_006.htm
new file mode 100644
index 000000000..42542ae14
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_006.htm
@@ -0,0 +1,12 @@
+
+
+
+Form submission
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_007.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_007.htm
new file mode 100644
index 000000000..fc01557c7
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_007.htm
@@ -0,0 +1,12 @@
+
+
+
+Form submission
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_008.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_008.htm
new file mode 100644
index 000000000..115b97293
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_008.htm
@@ -0,0 +1,9 @@
+
+
+
+ Page with hyperlink and target set to self
+
+
+ Click here to perform self navigation
+
+
\ No newline at end of file
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_009.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_009.htm
new file mode 100644
index 000000000..f232dcb7c
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_009.htm
@@ -0,0 +1,9 @@
+
+
+
+ Page with showModalDialog() API
+
+
+
+
+
\ No newline at end of file
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_010.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_010.htm
new file mode 100644
index 000000000..d4e81bb96
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_010.htm
@@ -0,0 +1,9 @@
+
+
+
+ Page with window.open()
+
+
+
+
+
\ No newline at end of file
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_012.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_012.htm
new file mode 100644
index 000000000..b1e8f92fb
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_012.htm
@@ -0,0 +1,13 @@
+
+
+
+ Page with access to document.cookie
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_020.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_020.htm
new file mode 100644
index 000000000..3304ea84b
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_020.htm
@@ -0,0 +1,28 @@
+
+
+
+ Page with iframes
+
+
+
+
+
+ child iframe with sandbox="allow-scripts" attribute
+
+
+
+
+
+ child iframe with sandbox="" attribute
+
+
+
+
+
+ child iframe without sandbox attribute
+
+
+
+
+
+
\ No newline at end of file
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_020a.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_020a.htm
new file mode 100644
index 000000000..a419c9413
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_020a.htm
@@ -0,0 +1,13 @@
+
+
+
+ Page with script
+
+
+
Script Execution: Blocked
+
+
+
\ No newline at end of file
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_021.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_021.htm
new file mode 100644
index 000000000..e3041ccef
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_021.htm
@@ -0,0 +1,28 @@
+
+
+
+ Page with iframes
+
+
+
+
+
+ child iframe with sandbox="allow-scripts" attribute
+
+
+
+
+
+ child iframe with sandbox="" attribute
+
+
+
+
+
+ child iframe without sandbox attribute
+
+
+
+
+
+
\ No newline at end of file
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_021a.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_021a.htm
new file mode 100644
index 000000000..4e22a363c
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_021a.htm
@@ -0,0 +1,13 @@
+
+
+
+ Page with script
+
+
+
Script Execution: Blocked
+
+
+
\ No newline at end of file
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_022.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_022.htm
new file mode 100644
index 000000000..11382d1d7
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_022.htm
@@ -0,0 +1,11 @@
+
+
+
+ target=_top
+
+
+
hyperlink with target=_top
+
+ Open the link in top window
+
+
\ No newline at end of file
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_023.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_023.htm
new file mode 100644
index 000000000..a65db539b
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_023.htm
@@ -0,0 +1,15 @@
+
+
+Access parent dom
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_024.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_024.htm
new file mode 100644
index 000000000..1b0996e58
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_024.htm
@@ -0,0 +1,13 @@
+
+
+Page with access to document.cookie
+
+
+
Cookie Read:
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_026.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_026.htm
new file mode 100644
index 000000000..5f1a973e1
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_026.htm
@@ -0,0 +1,12 @@
+
+
+Page with access to localStorage and sessionStorage
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_027.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_027.htm
new file mode 100644
index 000000000..366bff6f9
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_027.htm
@@ -0,0 +1,21 @@
+
+
+XMLHttpRequest
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_028.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_028.htm
new file mode 100644
index 000000000..d7ca76144
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_028.htm
@@ -0,0 +1,20 @@
+
+
+Access parent dom
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_029.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_029.htm
new file mode 100644
index 000000000..5d5c720bd
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_029.htm
@@ -0,0 +1,19 @@
+
+
+Page with access to document.cookie
+
+
+
Cookie Read:
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_031.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_031.htm
new file mode 100644
index 000000000..7ec7d7a4e
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_031.htm
@@ -0,0 +1,19 @@
+
+
+Page with access to localStorage and sessionStorage
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_032.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_032.htm
new file mode 100644
index 000000000..abc0370c2
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_032.htm
@@ -0,0 +1,27 @@
+
+
+XMLHttpRequest
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox.pdf b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox.pdf
new file mode 100644
index 000000000..0e16bc8d9
Binary files /dev/null and b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox.pdf differ
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_001.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_001.htm
new file mode 100644
index 000000000..53e2172bc
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_001.htm
@@ -0,0 +1,33 @@
+
+
+
+ HTML5 Sandbox: Allow script execution inside iframe with sandbox attribute when sandbox="allow-scripts".
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_002.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_002.htm
new file mode 100644
index 000000000..767518456
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_002.htm
@@ -0,0 +1,25 @@
+
+
+
+ HTML5 Sandbox: Allow autoplay for HTML5 Video inside iframe with sandbox attribute if sandbox='allow-scripts'.
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_003-manual.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_003-manual.htm
new file mode 100644
index 000000000..21078322b
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_003-manual.htm
@@ -0,0 +1,32 @@
+
+
+
+ HTML5 Sandbox: Block autofocus on form control inside iframe with sandbox attribute.
+
+
+
+
+
+
+
+
Description: Block autofocus on form controls inside iframe with sandbox attribute.
+
+
+
Test Result
+
Test Assertion
+
+
+
Manual
+
Test passes if caret (text cursor) is not on the textbox in the below iframe.
Description: Block window.open() API inside iframe with sandbox attribute.
+
+
+
Test Result
+
Test Assertion
+
+
+
Manual
+
+
Steps:
+
1. Click button "Click here to call window.open() API".
+
+
Test passes if there is no red on the page and no new window opens. The user agent may offer the user the option of allowing a new window to open.
+
+
+
+
+
+
iframe with sandbox="allow-scripts allow-same-origin allow-forms allow-top-navigation"
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_011.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_011.htm
new file mode 100644
index 000000000..ce3ee1a7d
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_011.htm
@@ -0,0 +1,65 @@
+
+
+
+ HTML5 Sandbox: iframe sandbox attribute value support DOMTokenList interface.
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_012.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_012.htm
new file mode 100644
index 000000000..cf99378cd
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_012.htm
@@ -0,0 +1,36 @@
+
+
+
+ HTML5 Sandbox: value of sandbox attribute must be an unordered set of unique space-separated tokens.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_013.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_013.htm
new file mode 100644
index 000000000..ab0aea079
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_013.htm
@@ -0,0 +1,38 @@
+
+
+
+ HTML5 Sandbox: value of sandbox attribute must be an unordered set of unique space-separated tokens.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_014.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_014.htm
new file mode 100644
index 000000000..774720929
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_014.htm
@@ -0,0 +1,36 @@
+
+
+
+ HTML5 Sandbox: value of sandbox attribute must be an unordered set of unique space-separated tokens.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_015.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_015.htm
new file mode 100644
index 000000000..a34ede4b3
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_015.htm
@@ -0,0 +1,36 @@
+
+
+
+ HTML5 Sandbox: value of sandbox attribute must be an unordered set of unique space-separated tokens.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_016.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_016.htm
new file mode 100644
index 000000000..c84e223e1
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_016.htm
@@ -0,0 +1,35 @@
+
+
+
+ HTML5 Sandbox: value of sandbox attribute must be an unordered set of unique space-separated tokens.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_017.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_017.htm
new file mode 100644
index 000000000..ade4c8092
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_017.htm
@@ -0,0 +1,36 @@
+
+
+
+ HTML5 Sandbox: value of sandbox attribute must be an unordered set of unique space-separated tokens.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_018.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_018.htm
new file mode 100644
index 000000000..77f10d274
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_018.htm
@@ -0,0 +1,36 @@
+
+
+
+ HTML5 Sandbox: value of sandbox attribute must be an unordered set of unique space-separated tokens.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_019.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_019.htm
new file mode 100644
index 000000000..d91280a60
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_019.htm
@@ -0,0 +1,36 @@
+
+
+
+ HTML5 Sandbox: value of sandbox attribute must be an unordered set of unique space-separated tokens.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_020-manual.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_020-manual.htm
new file mode 100644
index 000000000..751f85863
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_020-manual.htm
@@ -0,0 +1,34 @@
+
+
+
+ HTML5 Sandbox: Nested iframes cannot have less sandbox restrictions than their most restrictive ancestor iframe.
+
+
+
+
+
+
+
+
Description: Nested iframes cannot have less sandbox restrictions than their most restrictive ancestor iframe.
+
This test is to verify script is blocked inside nested iframes if the top-most sandbox iframe has no 'allow-scripts' token.
+
+
+
+
Test Result
+
Test Assertion
+
+
+
Manual
+
Test passes if there is no red on the page.
+
+
+
+
+
Top-most iframe with sandbox=""
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_021-manual.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_021-manual.htm
new file mode 100644
index 000000000..bbdc21f93
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_021-manual.htm
@@ -0,0 +1,44 @@
+
+
+
+ HTML5 Sandbox: Nested iframes cannot have less sandbox restrictions than their most restrictive ancestor iframe.
+
+
+
+
+
+
+
+
Description: Nested iframes cannot have less sandbox restrictions than their most restrictive ancestor iframe.
+
This test is to verify script is allowed inside nested iframes if any of the conditions below are true
+
1. both parent sandbox and child sandbox have 'allow-scripts' token.
+
2. parent sandbox has 'allow-scripts' token and nested child iframe has no sandbox attribute.
+
3. parent iframe has no sandbox attribute and child iframe has sandbox='allow-scripts' token.
+
4. both parent and child iframes have no sandbox attribute.
+
+
+
+
Test Result
+
Test Assertion
+
+
+
Manual
+
Test passes if there is no red on the page.
+
+
+
+
+
+
Top-most iframe with sandbox="allow-scripts"
+
+
+
+
Top-most iframe without sandbox attribute
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_022-manual.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_022-manual.htm
new file mode 100644
index 000000000..aa08de512
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_022-manual.htm
@@ -0,0 +1,38 @@
+
+
+
+ HTML5 Sandbox: allow sandbox iframe to navigate their top-level browsing context if sandbox="allow-top-navigation".
+
+
+
+
+
+
+
+
Description: Allow sandbox iframe to navigate its top-level browsing context if sandbox='allow-top-navigation'.
+
+
+
Test Result
+
Test Assertion
+
+
+
Manual
+
+
Steps:
+
1. Click link "Open the link in top window".
+
+
Test passes if there is no red on the page and no top-level navigation after following the above steps.
+
+
+
+
+
+
iframe with sandbox="allow-top-navigation"
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_023.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_023.htm
new file mode 100644
index 000000000..7f8a436b4
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_023.htm
@@ -0,0 +1,34 @@
+
+
+
+ HTML5 Sandbox: Allow sandbox iframe to access other content from the same origin if sandbox="allow-same-origin".
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_024.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_024.htm
new file mode 100644
index 000000000..935543707
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_024.htm
@@ -0,0 +1,33 @@
+
+
+
+ HTML5 Sandbox: document.cookie access is allowed inside iframe with sandbox="allow-same-origin".
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_025.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_025.htm
new file mode 100644
index 000000000..ab291e5ce
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_025.htm
@@ -0,0 +1,32 @@
+
+
+
+ HTML5 Sandbox: Allow parent content to access sandbox child iframe content when sandbox='allow-same-origin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_026.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_026.htm
new file mode 100644
index 000000000..49243899e
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_026.htm
@@ -0,0 +1,33 @@
+
+
+
+ HTML5 Sandbox: Allow localStorage and sessionStorage access inside iframe with sandbox='allow-same-origin allow-scripts'.
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_027.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_027.htm
new file mode 100644
index 000000000..2b9cba5d2
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_027.htm
@@ -0,0 +1,33 @@
+
+
+
+ HTML5 Sandbox: Allow XMLHttpRequest inside iframe with the sandbox attribute if sandbox='allow-same-origin'.
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_028.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_028.htm
new file mode 100644
index 000000000..56dfb6810
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_028.htm
@@ -0,0 +1,34 @@
+
+
+
+ HTML5 Sandbox: Block sandbox iframe from accessing other content from the same origin.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_029.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_029.htm
new file mode 100644
index 000000000..b88b74a22
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_029.htm
@@ -0,0 +1,33 @@
+
+
+
+ HTML5 Sandbox: Block document.cookie inside iframe with the sandbox attribute.
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_030.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_030.htm
new file mode 100644
index 000000000..1c3b54cb0
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_030.htm
@@ -0,0 +1,33 @@
+
+
+
+ HTML5 Sandbox: Block parent content to access sandbox child iframe content when sandbox attribute exists
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_031.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_031.htm
new file mode 100644
index 000000000..2582fac35
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_031.htm
@@ -0,0 +1,33 @@
+
+
+
+ HTML5 Sandbox: Block localStorage and sessionStorage inside iframe with the sandbox attribute.
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_032.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_032.htm
new file mode 100644
index 000000000..1c234fcc9
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_032.htm
@@ -0,0 +1,33 @@
+
+
+
+ HTML5 Sandbox: Block XMLHttpRequest in an iframe with the sandbox attribute.
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_helper.js b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_helper.js
new file mode 100644
index 000000000..1472cbf22
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_helper.js
@@ -0,0 +1,14 @@
+function IsSandboxSupported() {
+ if ('sandbox' in document.createElement('iframe')) {
+ return true;
+ }
+ return false;
+}
+
+function DisableTestForNonSupportingBrowsers() {
+ //check if sandbox is supported by the browser
+ if (!IsSandboxSupported()) {
+ document.getElementById('testframe').innerHTML = "FAIL: Your browser does not support the sandbox attribute on the iframe element.";
+ document.getElementById('testframe').style.color = "Red";
+ }
+}
\ No newline at end of file
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/standalone-fail.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/standalone-fail.htm
new file mode 100644
index 000000000..1725ef060
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/standalone-fail.htm
@@ -0,0 +1,9 @@
+
+
+
+ Page with FAIL message
+
+
+
FAIL!!!
+
+
\ No newline at end of file
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/standalone-iframe-content.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/standalone-iframe-content.htm
new file mode 100644
index 000000000..e543c21d6
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/standalone-iframe-content.htm
@@ -0,0 +1,9 @@
+
+
+
+ Page with a message
+
+
+
Hello World.
+
+
\ No newline at end of file
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/standalone-pass.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/standalone-pass.htm
new file mode 100644
index 000000000..0ca822f8d
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/standalone-pass.htm
@@ -0,0 +1,9 @@
+
+
+
+ Page with PASS message
+
+
+
PASS!!!
+
+
\ No newline at end of file
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/selection/RemoveElementContainingSelection.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/RemoveElementContainingSelection.htm
new file mode 100644
index 000000000..69150236e
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/RemoveElementContainingSelection.htm
@@ -0,0 +1,40 @@
+
+
+
+ HTML5 Selection: Remove the element containing the selection
+
+
+
+
some text
+ aaaaaaaa
+
+
Remove the element containing the selection
+
Test passes if the word "PASS" appears below.
+
Test result:
+
FAIL
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/selection/addRange.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/addRange.htm
new file mode 100644
index 000000000..c4b5e9944
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/addRange.htm
@@ -0,0 +1,72 @@
+
+
+
+ HTML5 Selection: Add a range to the selection
+
+
+
+
Add a range to the selection
+
Test passes if the word "PASS" appears below.
+
Test result:
+
FAIL
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/selection/collapse.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/collapse.htm
new file mode 100644
index 000000000..7c2423021
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/collapse.htm
@@ -0,0 +1,73 @@
+
+
+
+ HTML5 Selection: Collapse the selection using collapse()
+
+
+
+
Collapse the selection using collapse()
+
Test passes if the word "PASS" appears below.
+
Test result:
+
FAIL
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/selection/collapseToEnd.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/collapseToEnd.htm
new file mode 100644
index 000000000..2f68ec655
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/collapseToEnd.htm
@@ -0,0 +1,75 @@
+
+
+
+ HTML5 Selection: Collapse the selection with collapseToEnd()
+
+
+
+
Collapse the selection with collapseToEnd()
+
Test passes if the word "PASS" appears below.
+
Test result:
+
FAIL
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/selection/collapseToStart.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/collapseToStart.htm
new file mode 100644
index 000000000..da9676d57
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/collapseToStart.htm
@@ -0,0 +1,75 @@
+
+
+
+ HTML5 Selection: Collapse the selection with collapseToStart()
+
+
+
+
Collapse the selection with collapseToStart()
+
Test passes if the word "PASS" appears below.
+
Test result:
+
FAIL
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/selection/deleteFromDocument.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/deleteFromDocument.htm
new file mode 100644
index 000000000..2373939cc
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/deleteFromDocument.htm
@@ -0,0 +1,80 @@
+
+
+
+ HTML5 Selection: Delete some text from the document while it is part of a selection
+
+
+
+
Delete some text from the document while it is part of a selection
+
abcdefghijklmnopqrstuvwxyz
+
Test passes if the word "PASS" appears below.
+
Test result:
+
FAIL
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/selection/getRangeAt.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/getRangeAt.htm
new file mode 100644
index 000000000..a3911e6cd
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/getRangeAt.htm
@@ -0,0 +1,59 @@
+
+
+
+ HTML5 Selection: Get the range from the selection
+
+
+
+
Get the range from the selection
+
Test passes if the word "PASS" appears below.
+
Test result:
+
FAIL
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/selection/insertNodeIntoSelection.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/insertNodeIntoSelection.htm
new file mode 100644
index 000000000..4ec0d80f3
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/insertNodeIntoSelection.htm
@@ -0,0 +1,41 @@
+
+
+
+ HTML5 Selection: Insert a new element and text node into an element that is currently selected
+
+
+
+
This test inserts a new element with a text node child into the current selection.
+
some text
+
Test passes if the word "PASS" appears below.
+
Test result:
+
FAIL
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/selection/removeAllRanges.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/removeAllRanges.htm
new file mode 100644
index 000000000..869e5391d
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/removeAllRanges.htm
@@ -0,0 +1,73 @@
+
+
+
+ HTML5 Selection: Call removeAllRanges() to clear the selection
+
+
+
+
Call removeAllRanges() to clear the selection
+
Test passes if the word "PASS" appears below.
+
Test result:
+
FAIL
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/selection/removeRange.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/removeRange.htm
new file mode 100644
index 000000000..e35047b47
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/removeRange.htm
@@ -0,0 +1,72 @@
+
+
+
+ HTML5 Selection: Remove the range from the selection
+
+
+
+
Remove the range from the selection by calling removeRange()
+
Test passes if the word "PASS" appears below.
+
Test result:
+
FAIL
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/selection/select.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/select.htm
new file mode 100644
index 000000000..f6a31f249
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/select.htm
@@ -0,0 +1,72 @@
+
+
+
+ HTML5 Selection: Call select() on a text field
+
+
+
+
+
Select the text in the input element by calling select()
+
Test passes if the word "PASS" appears below.
+
Test result:
+
FAIL
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/selection/selectAllChildren.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/selectAllChildren.htm
new file mode 100644
index 000000000..a3ab4f57d
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/selectAllChildren.htm
@@ -0,0 +1,32 @@
+
+
+
+ HTML5 Selection: Call selectAllChildren() where the parameter is a text node
+
+
+
+
Call selectAllChildren() where the parameter is a text node
+
Test passes if the word "PASS" appears below.
+
Test result:
+
FAIL
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/selection/selectionStartEnd.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/selectionStartEnd.htm
new file mode 100644
index 000000000..c5b69d570
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/selectionStartEnd.htm
@@ -0,0 +1,74 @@
+
+
+
+ HTML5 Selection: Set selectionStart and selectionEnd on a text field
+
+
+
+
+
Select some text in the input element by setting selectionStart and selectionEnd
+
Test passes if the word "PASS" appears below.
+
Test result:
+
FAIL
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/selection/setSelectionRange.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/setSelectionRange.htm
new file mode 100644
index 000000000..a6d7a0f2b
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/selection/setSelectionRange.htm
@@ -0,0 +1,73 @@
+
+
+
+ HTML5 Selection: Call setSelectionRange() on a text field
+
+
+
+
+
Call setSelectionRange() on the input element to select some of the text
+
Test passes if the word "PASS" appears below.
+
Test result:
+
FAIL
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/structuredclone/echo.js b/testing/web-platform/tests/old-tests/submission/Microsoft/structuredclone/echo.js
new file mode 100644
index 000000000..02184921c
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/structuredclone/echo.js
@@ -0,0 +1 @@
+onmessage = function (ev) { postMessage(ev.data); }
\ No newline at end of file
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/structuredclone/structuredclone_0.html b/testing/web-platform/tests/old-tests/submission/Microsoft/structuredclone/structuredclone_0.html
new file mode 100644
index 000000000..ed0e35d9a
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Microsoft/structuredclone/structuredclone_0.html
@@ -0,0 +1,400 @@
+
+
+
+
+ 2.8 Common DOM interfaces - Structured Clone Algorithm
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/xhtml5/colgroup_valign_bottom.xhtml b/testing/web-platform/tests/old-tests/submission/Microsoft/xhtml5/colgroup_valign_bottom.xhtml
new file mode 100644
index 000000000..84da6dbf6
Binary files /dev/null and b/testing/web-platform/tests/old-tests/submission/Microsoft/xhtml5/colgroup_valign_bottom.xhtml differ
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/xhtml5/colgroup_valign_top.xhtml b/testing/web-platform/tests/old-tests/submission/Microsoft/xhtml5/colgroup_valign_top.xhtml
new file mode 100644
index 000000000..83b8c62e5
Binary files /dev/null and b/testing/web-platform/tests/old-tests/submission/Microsoft/xhtml5/colgroup_valign_top.xhtml differ
diff --git a/testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/001.html b/testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/001.html
new file mode 100644
index 000000000..665019ed0
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/001.html
@@ -0,0 +1,27 @@
+
+
+ scheduler: inline in markup
+
+
+
+
+
+
+