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

Unified Diff: LayoutTests/fast/css/font-property-priority-expected.txt

Issue 1164573002: CSSValue Immediates: Change CSSValue to an object instead of a pointer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Some small fixes to (hopefully) fix some broken tests Created 5 years, 7 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/font-property-priority-expected.txt
diff --git a/LayoutTests/fast/css/font-property-priority-expected.txt b/LayoutTests/fast/css/font-property-priority-expected.txt
index 2f5b1b4f0a0eebf1e61973193b3041a47dd74704..055113f3e46c9645035498638237073d524303e0 100644
--- a/LayoutTests/fast/css/font-property-priority-expected.txt
+++ b/LayoutTests/fast/css/font-property-priority-expected.txt
@@ -1,6 +1,6 @@
Test for rdar://problem/6065547 REGRESSION (r34879): "Subject" in unread emails in Yahoo mail is not shown in bold.
-Property 'font-weight' has priority 'important'.
-Property 'font-variant' has priority 'important'.
Property 'font-style' has priority 'important'.
+Property 'font-variant' has priority 'important'.
+Property 'font-weight' has priority 'important'.

Powered by Google App Engine
This is Rietveld 408576698