| Index: LayoutTests/fast/css/link-alternate-stylesheet-2.html
|
| ===================================================================
|
| --- LayoutTests/fast/css/link-alternate-stylesheet-2.html (revision 155922)
|
| +++ LayoutTests/fast/css/link-alternate-stylesheet-2.html (working copy)
|
| @@ -29,7 +29,7 @@
|
|
|
| window.onload = function () {
|
| element = document.getElementById("firstH1");
|
| - shouldBe("getComputedStyle(element).getPropertyValue('text-decoration')", "'underline solid rgb(51, 51, 51)'");
|
| + shouldBe("getComputedStyle(element).getPropertyValue('text-decoration')", "'underline'");
|
|
|
| element = document.getElementById("textLine");
|
| shouldBe("getComputedStyle(element).getPropertyValue('font-size')", "'12px'");
|
|
|