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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/string-quote-binary-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/string-quote-binary-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/string-quote-binary-expected.txt b/third_party/WebKit/LayoutTests/fast/css/string-quote-binary-expected.txt
index fb91aaba4e5098d6b5a13c27d850a802afffd478..47038a6936c76ff81c0ac9f7be8c76e68dc67145 100644
--- a/third_party/WebKit/LayoutTests/fast/css/string-quote-binary-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/string-quote-binary-expected.txt
@@ -3,16 +3,16 @@ This test checks if CSS string values are correctly serialized when they contain
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS testElement.style.fontFamily is "'�\\1\\2\\3\\4\\5\\6\\7\\8\\9\\a\\b\\c\\d\\e\\f'"
-PASS testElement.style.fontFamily is "'\\10\\11\\12\\13\\14\\15\\16\\17\\18\\19\\1a\\1b\\1c\\1d\\1e\\1f\\7f'"
-PASS testElement.style.fontFamily is "'\\a\\b\\c\\d\\e\\f\\1a\\1b\\1c\\1d\\1e\\1f\\7f'"
-PASS testElement.style.fontFamily is "'\\3\\1\\2'"
-PASS testElement.style.fontFamily is "'\\3 \\1 \\2 '"
-PASS testElement.style.fontFamily is "'\\3 \\1 \\2 '"
-PASS testElement.style.fontFamily is "'\\f�g'"
-PASS testElement.style.fontFamily is "'\\1 0\\1 1\\1 2\\1 3\\1 4\\1 5\\1 6\\1 7\\1 8\\1 9'"
-PASS testElement.style.fontFamily is "'\\1 A\\1 B\\1 C\\1 D\\1 E\\1 F\\1G'"
-PASS testElement.style.fontFamily is "'\\1 a\\1 b\\1 c\\1 d\\1 e\\1 f\\1g'"
+PASS testElement.style.fontFamily is "\"�\\1 \\2 \\3 \\4 \\5 \\6 \\7 \\8 \\9 \\a \\b \\c \\d \\e \\f \""
+PASS testElement.style.fontFamily is "\"\\10 \\11 \\12 \\13 \\14 \\15 \\16 \\17 \\18 \\19 \\1a \\1b \\1c \\1d \\1e \\1f \\7f \""
+PASS testElement.style.fontFamily is "\"\\a \\b \\c \\d \\e \\f \\1a \\1b \\1c \\1d \\1e \\1f \\7f \""
+PASS testElement.style.fontFamily is "\"\\3 \\1 \\2 \""
+PASS testElement.style.fontFamily is "\"\\3 \\1 \\2 \""
+PASS testElement.style.fontFamily is "\"\\3 \\1 \\2 \""
+PASS testElement.style.fontFamily is "\"\\f �g\""
+PASS testElement.style.fontFamily is "\"\\1 0\\1 1\\1 2\\1 3\\1 4\\1 5\\1 6\\1 7\\1 8\\1 9\""
+PASS testElement.style.fontFamily is "\"\\1 A\\1 B\\1 C\\1 D\\1 E\\1 F\\1 G\""
+PASS testElement.style.fontFamily is "\"\\1 a\\1 b\\1 c\\1 d\\1 e\\1 f\\1 g\""
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698