summaryrefslogtreecommitdiffstats
path: root/layout/reftests/dom/multipleinsertionpoints-ref.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/dom/multipleinsertionpoints-ref.xhtml')
-rw-r--r--layout/reftests/dom/multipleinsertionpoints-ref.xhtml12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/dom/multipleinsertionpoints-ref.xhtml b/layout/reftests/dom/multipleinsertionpoints-ref.xhtml
new file mode 100644
index 0000000000..0f8ed42066
--- /dev/null
+++ b/layout/reftests/dom/multipleinsertionpoints-ref.xhtml
@@ -0,0 +1,12 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+<body>
+<div>
+ <div>
+ <span>1</span><span>2</span>
+ </div>
+ <div>
+ <div>3</div><div>4</div><div>5</div>
+ </div>
+</div>
+</body>
+</html>