summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/dom/getElementById-consistency-expected.txt
blob: 18568f9d1bce3cdf05948f804a85c18f16b3cfc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
Test that DOMSubtreeModified listeners cannot cause inDocument to be incorrect

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS document.contains(document.getElementById('el')) is true
PASS document.getElementById('el') is null
PASS successfullyParsed is true

TEST COMPLETE