Index: LayoutTests/fast/dom/SelectorAPI/document-fragment-nth-expected.txt |
diff --git a/LayoutTests/fast/dom/SelectorAPI/document-fragment-nth-expected.txt b/LayoutTests/fast/dom/SelectorAPI/document-fragment-nth-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2a4517af0d4a56fc4acf20c20e68b2aabffd593f |
--- /dev/null |
+++ b/LayoutTests/fast/dom/SelectorAPI/document-fragment-nth-expected.txt |
@@ -0,0 +1,10 @@ |
+DocumentFragment.querySelector matching nth-child of fragment. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS fragment.querySelector(":nth-child(12)").id is "pass" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |