| Index: LayoutTests/fast/html/imports/import-style-basic-expected.txt
|
| diff --git a/LayoutTests/fast/html/imports/import-style-basic-expected.txt b/LayoutTests/fast/html/imports/import-style-basic-expected.txt
|
| index 0ce39380c482f498a067c9c070370c83347aec24..e0d6a429ce20ea239e47af3bc7b588a9c2447450 100644
|
| --- a/LayoutTests/fast/html/imports/import-style-basic-expected.txt
|
| +++ b/LayoutTests/fast/html/imports/import-style-basic-expected.txt
|
| @@ -1,13 +1,17 @@
|
| PASS document.styleSheets.length is 2
|
| +PASS importLink.import.styleSheets.length is 1
|
| PASS window.getComputedStyle(shouldBeBlue).color is "rgb(0, 0, 255)"
|
| PASS window.getComputedStyle(shouldBeYellow).color is "rgb(255, 255, 0)"
|
| PASS window.getComputedStyle(shouldBeWhite).color is "rgb(255, 255, 255)"
|
| PASS window.getComputedStyle(shouldBeTeal).color is "rgb(0, 128, 128)"
|
| PASS window.getComputedStyle(shouldBeGreen).color is "rgb(0, 0, 0)"
|
| PASS window.getComputedStyle(shouldBeGreen).color is "rgb(0, 128, 0)"
|
| +PASS importLink.import.styleSheets.length is 2
|
| PASS window.getComputedStyle(shouldBeBlue).color is "rgb(0, 0, 0)"
|
| PASS window.getComputedStyle(shouldBeGreen).color is "rgb(0, 0, 0)"
|
| +PASS importLink.import.styleSheets.length is 0
|
| PASS window.getComputedStyle(shouldBeAqua).color is "rgb(0, 255, 255)"
|
| +PASS importLinkDynamic.import.styleSheets.length is 1
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|