summaryrefslogtreecommitdiffstats
path: root/layout/reftests/dom/inserttoparentandchild-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/dom/inserttoparentandchild-ref.html')
-rw-r--r--layout/reftests/dom/inserttoparentandchild-ref.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/dom/inserttoparentandchild-ref.html b/layout/reftests/dom/inserttoparentandchild-ref.html
new file mode 100644
index 0000000000..0bd911e7fe
--- /dev/null
+++ b/layout/reftests/dom/inserttoparentandchild-ref.html
@@ -0,0 +1,18 @@
+<html>
+<body>
+<div>1</div>
+<div>2</div>
+<div>3</div>
+<div>4</div>
+<div>
+ <div>5a</div>
+ <div>5b</div>
+ <div>5c</div>
+ <div>5d</div>
+</div>
+<div>6</div>
+<div>7</div>
+<div>8</div>
+<div>9</div>
+</body>
+</html>