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

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

Issue 22371012: Merge 155910 "Revert "Revert "Revert "[css3-text] Implement tex..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1594/
Patch Set: 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-3.html
===================================================================
--- LayoutTests/fast/css/link-alternate-stylesheet-3.html (revision 155922)
+++ LayoutTests/fast/css/link-alternate-stylesheet-3.html (working copy)
@@ -27,7 +27,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'");

Powered by Google App Engine
This is Rietveld 408576698