| Index: LayoutTests/fast/dom/StyleSheet/detached-style-pi-expected.txt
|
| diff --git a/LayoutTests/fast/dom/StyleSheet/detached-style-pi-expected.txt b/LayoutTests/fast/dom/StyleSheet/detached-style-pi-expected.txt
|
| index 9f0a46a0b095e9889d1e2a524c4ebd43916527a6..a6a04923ebafd1c2022ee24dd021072ab4bcbea3 100644
|
| --- a/LayoutTests/fast/dom/StyleSheet/detached-style-pi-expected.txt
|
| +++ b/LayoutTests/fast/dom/StyleSheet/detached-style-pi-expected.txt
|
| @@ -1,5 +1,8 @@
|
| Bug 45205: Test that <xml-stylesheet> processing instructions only have stylesheets when in document.
|
|
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| PASS sheet.ownerNode is pi
|
| PASS pi.sheet === sheet is true
|
| Removing <pi>...
|
| @@ -10,7 +13,4 @@ Re-adding <pi>...
|
| PASS sheet.ownerNode is null
|
| PASS pi.sheet === sheet is false
|
| PASS pi.sheet.ownerNode is pi
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
|
|
|
|