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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/font-family-fallback-reset-expected.txt

Issue 1778743003: Make <custom-ident> not insert quotes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win_chromium_rel_ng Created 4 years, 9 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: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/font-family-fallback-reset-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/font-family-fallback-reset-expected.txt b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/font-family-fallback-reset-expected.txt
index b94d977b47a621c0ce0351b9c0e27249033fa40e..427bb2d1a962882c5ab1a6e626bb998fff876f69 100644
--- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/font-family-fallback-reset-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/font-family-fallback-reset-expected.txt
@@ -3,7 +3,7 @@ Setting a new font-family should reset the fallback list to empty before adding
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS window.getComputedStyle(outerDiv, null).fontFamily is "'courier new', cursive"
+PASS window.getComputedStyle(outerDiv, null).fontFamily is "\"courier new\", cursive"
PASS window.getComputedStyle(timesDiv, null).fontFamily is "foo"
PASS window.getComputedStyle(cursiveDiv, null).fontFamily is "cursive"
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698