Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / MutationObserver / shadow-dom-expected.txt
blobebbdfdd0317fcb276093968d07a9d51e2f7d35ed
1 Test that MutationObservers operate in Shadow DOM
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Mutations in shadow DOM should have been observed:
7 PASS mutations.length is 4
8 PASS mutations[0].type is "attributes"
9 PASS mutations[1].type is "childList"
10 PASS mutations[2].type is "characterData"
11 PASS mutations[3].type is "childList"
13 Observing from outside shadow DOM should not see mutations in the shadow:
14 PASS mutations.length is 0
15 PASS successfullyParsed is true
17 TEST COMPLETE