summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/NodeList/invalidate-node-lists-when-parsing-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/dom/NodeList/invalidate-node-lists-when-parsing-expected.txt')
-rw-r--r--LayoutTests/fast/dom/NodeList/invalidate-node-lists-when-parsing-expected.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/LayoutTests/fast/dom/NodeList/invalidate-node-lists-when-parsing-expected.txt b/LayoutTests/fast/dom/NodeList/invalidate-node-lists-when-parsing-expected.txt
new file mode 100644
index 0000000..f1c8c04
--- /dev/null
+++ b/LayoutTests/fast/dom/NodeList/invalidate-node-lists-when-parsing-expected.txt
@@ -0,0 +1,10 @@
+This test checks to see if the DOM ContainerNode's NodeList cache is correctly invalidated when new content is parsed.
+
+If the test passes, you should see "before: not found", "after: found" and "onload: found".
+
+If the cache is not invalidated when the testElement is parsed, both before and after will be "not found", which is a failure.
+
+before: not found
+after: found
+onload: found
+