Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / StyleSheet / detached-style-pi-expected.txt
bloba6a04923ebafd1c2022ee24dd021072ab4bcbea3
1 Bug 45205: Test that <xml-stylesheet> processing instructions only have stylesheets when in document.
3 PASS successfullyParsed is true
5 TEST COMPLETE
6 PASS sheet.ownerNode is pi
7 PASS pi.sheet === sheet is true
8 Removing <pi>...
9 PASS pi.sheet is null
10 PASS sheet.ownerNode is null
11 PASS sheet.cssRules[0].cssText[0] is "*"
12 Re-adding <pi>...
13 PASS sheet.ownerNode is null
14 PASS pi.sheet === sheet is false
15 PASS pi.sheet.ownerNode is pi