diff --git a/dom/nodes/Node-appendChild-script-and-button-from-div.html b/dom/nodes/Node-appendChild-script-and-button-from-div.html new file mode 100644 index 00000000000000..431483890cabc3 --- /dev/null +++ b/dom/nodes/Node-appendChild-script-and-button-from-div.html @@ -0,0 +1,25 @@ + + +Node.appendChild: inserting script and button from a div + + +
+
+ diff --git a/dom/nodes/Node-appendChild-script-and-custom-from-fragment.html b/dom/nodes/Node-appendChild-script-and-custom-from-fragment.html new file mode 100644 index 00000000000000..0fce38829a045d --- /dev/null +++ b/dom/nodes/Node-appendChild-script-and-custom-from-fragment.html @@ -0,0 +1,32 @@ + + +Node.appendChild: inserting script and custom element from a DocumentFragment + + +
+ diff --git a/dom/nodes/Node-appendChild-script-and-default-style-meta-from-fragment.html b/dom/nodes/Node-appendChild-script-and-default-style-meta-from-fragment.html new file mode 100644 index 00000000000000..c0da76ee04e9bd --- /dev/null +++ b/dom/nodes/Node-appendChild-script-and-default-style-meta-from-fragment.html @@ -0,0 +1,32 @@ + + +Node.appendChild: inserting script and default-style meta from a fragment + + + +
+
hello
+ diff --git a/dom/nodes/Node-appendChild-script-and-div-from-fragment.html b/dom/nodes/Node-appendChild-script-and-div-from-fragment.html new file mode 100644 index 00000000000000..d6d37be3c071a8 --- /dev/null +++ b/dom/nodes/Node-appendChild-script-and-div-from-fragment.html @@ -0,0 +1,28 @@ + + +Node.appendChild: inserting script and div from a DocumentFragment + + +
+ diff --git a/dom/nodes/Node-appendChild-script-and-iframe-from-fragment.html b/dom/nodes/Node-appendChild-script-and-iframe-from-fragment.html new file mode 100644 index 00000000000000..37d44756a7f435 --- /dev/null +++ b/dom/nodes/Node-appendChild-script-and-iframe-from-fragment.html @@ -0,0 +1,26 @@ + + +Node.appendChild: inserting script and iframe from a div + + +
+ diff --git a/dom/nodes/Node-appendChild-script-and-iframe.html b/dom/nodes/Node-appendChild-script-and-iframe.html new file mode 100644 index 00000000000000..fa4f7da4a10f85 --- /dev/null +++ b/dom/nodes/Node-appendChild-script-and-iframe.html @@ -0,0 +1,27 @@ + + +Node.appendChild: inserting script and iframe from a div + + +
+ diff --git a/dom/nodes/Node-appendChild-script-and-source-from-fragment.html b/dom/nodes/Node-appendChild-script-and-source-from-fragment.html new file mode 100644 index 00000000000000..1dc95f577d1408 --- /dev/null +++ b/dom/nodes/Node-appendChild-script-and-source-from-fragment.html @@ -0,0 +1,26 @@ + + +Node.appendChild: inserting script and source from a fragment + + +
+ + diff --git a/dom/nodes/Node-appendChild-script-and-style-from-fragment.html b/dom/nodes/Node-appendChild-script-and-style-from-fragment.html new file mode 100644 index 00000000000000..9e2c0766f858d0 --- /dev/null +++ b/dom/nodes/Node-appendChild-script-and-style-from-fragment.html @@ -0,0 +1,30 @@ + + +Node.appendChild: inserting a script and a style from a fragment + + +
+ diff --git a/dom/nodes/Node-appendChild-script-and-style.html b/dom/nodes/Node-appendChild-script-and-style.html new file mode 100644 index 00000000000000..9b75159f473e20 --- /dev/null +++ b/dom/nodes/Node-appendChild-script-and-style.html @@ -0,0 +1,30 @@ + + +Node.appendChild: inserting a script and a style where the script modifies the style + + +
+ diff --git a/dom/nodes/Node-appendChild-script-and-stylesheet-link-from-fragment.html b/dom/nodes/Node-appendChild-script-and-stylesheet-link-from-fragment.html new file mode 100644 index 00000000000000..c8f18dbb7fc621 --- /dev/null +++ b/dom/nodes/Node-appendChild-script-and-stylesheet-link-from-fragment.html @@ -0,0 +1,27 @@ + + +Node.appendChild: inserting script and stylesheet link from a fragment + + +
+ diff --git a/dom/nodes/Node-appendChild-script-and-stylesheet-link.html b/dom/nodes/Node-appendChild-script-and-stylesheet-link.html new file mode 100644 index 00000000000000..f803f955484bf7 --- /dev/null +++ b/dom/nodes/Node-appendChild-script-and-stylesheet-link.html @@ -0,0 +1,27 @@ + + +Node.appendChild: inserting script and stylesheet link from a div + + +
+ diff --git a/dom/nodes/Node-appendChild-script-in-script.html b/dom/nodes/Node-appendChild-script-in-script.html new file mode 100644 index 00000000000000..3516b100894c69 --- /dev/null +++ b/dom/nodes/Node-appendChild-script-in-script.html @@ -0,0 +1,27 @@ + + +Node.appendChild: inserting a script and some code in an empty script + + +
+ + diff --git a/dom/nodes/Node-appendChild-text-and-script-in-style.html b/dom/nodes/Node-appendChild-text-and-script-in-style.html new file mode 100644 index 00000000000000..5e734a0ae52ac8 --- /dev/null +++ b/dom/nodes/Node-appendChild-text-and-script-in-style.html @@ -0,0 +1,28 @@ + + +Node.appendChild: inserting text and script nodes in a style element + + +
+ + diff --git a/dom/nodes/Node-appendChild-text-in-script.html b/dom/nodes/Node-appendChild-text-in-script.html new file mode 100644 index 00000000000000..746a5a58fd8461 --- /dev/null +++ b/dom/nodes/Node-appendChild-text-in-script.html @@ -0,0 +1,24 @@ + + +Node.appendChild: inserting two text nodes in an empty script + + +
+ + diff --git a/dom/nodes/Node-appendChild-three-scripts-from-fragment.html b/dom/nodes/Node-appendChild-three-scripts-from-fragment.html new file mode 100644 index 00000000000000..76f7828ee8627e --- /dev/null +++ b/dom/nodes/Node-appendChild-three-scripts-from-fragment.html @@ -0,0 +1,30 @@ + + +Node.appendChild: inserting three scripts from a document fragment + + +
+ diff --git a/dom/nodes/Node-appendChild-three-scripts.html b/dom/nodes/Node-appendChild-three-scripts.html new file mode 100644 index 00000000000000..f50748ed68f97b --- /dev/null +++ b/dom/nodes/Node-appendChild-three-scripts.html @@ -0,0 +1,30 @@ + + +Node.appendChild: inserting three scripts from a div + + +
+