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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/font-family-trailing-bracket-gunk-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/font-family-trailing-bracket-gunk-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/font-family-trailing-bracket-gunk-expected.txt b/third_party/WebKit/LayoutTests/fast/css/font-family-trailing-bracket-gunk-expected.txt
index d812c52f0962016566ffaebd751aa57a8582b68d..3a15c49c99b476da7503ebf73ea6eb4ed6e930b0 100644
--- a/third_party/WebKit/LayoutTests/fast/css/font-family-trailing-bracket-gunk-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/font-family-trailing-bracket-gunk-expected.txt
@@ -4,7 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS spanElement.innerHTML is 'foo'
-PASS computedStyle.getPropertyValue('font-family') is "'Arial [ding dong]', 'Helvetica [Xft]', Courier"
+PASS computedStyle.getPropertyValue('font-family') is '"Arial [ding dong]", "Helvetica [Xft]", Courier'
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698