Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: LayoutTests/fast/css/link-alternate-stylesheet-5.html

Issue 20262002: [css3-text] Implement text-decoration property shorthand (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed expectation for last-minute, newly added tests in revision 155705 Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css/link-alternate-stylesheet-5.html
diff --git a/LayoutTests/fast/css/link-alternate-stylesheet-5.html b/LayoutTests/fast/css/link-alternate-stylesheet-5.html
index 25e204bd612f7f074b93066581c22cfb66918064..dabf36dc157c436f4a4dcfc029173eab095d0a62 100644
--- a/LayoutTests/fast/css/link-alternate-stylesheet-5.html
+++ b/LayoutTests/fast/css/link-alternate-stylesheet-5.html
@@ -26,7 +26,7 @@
window.onload = function () {
element = document.getElementById("firstH1");
- shouldBe("getComputedStyle(element).getPropertyValue('text-decoration')", "'underline'");
+ shouldBe("getComputedStyle(element).getPropertyValue('text-decoration')", "'underline solid rgb(51, 51, 51)'");
element = document.getElementById("textLine");
shouldBe("getComputedStyle(element).getPropertyValue('font-size')", "'12px'");

Powered by Google App Engine
This is Rietveld 408576698