summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/NodeList/invalidate-node-lists-when-parsing-expected.txt
blob: f1c8c047198aa82db6d9fdcbc98db277b8d6f6b7 (plain)
1
2
3
4
5
6
7
8
9
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