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

Unified Diff: LayoutTests/fast/css/counters/counter-cssText-expected.txt

Issue 1102373002: Fix counters() separator serialization (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test failure Created 5 years, 8 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
« no previous file with comments | « LayoutTests/fast/css/counters/counter-cssText.html ('k') | Source/core/css/CSSPrimitiveValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/counters/counter-cssText-expected.txt
diff --git a/LayoutTests/fast/css/counters/counter-cssText-expected.txt b/LayoutTests/fast/css/counters/counter-cssText-expected.txt
index 9c5e64cfa2632e8d6b8d328178b0738ed99bd997..1a2ec2899dddce2f0521267a43a54ace0c99a216 100644
--- a/LayoutTests/fast/css/counters/counter-cssText-expected.txt
+++ b/LayoutTests/fast/css/counters/counter-cssText-expected.txt
@@ -4,9 +4,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS rules[2].style.cssText is "content: counter(section, decimal);"
-PASS rules[3].style.cssText is "content: counters(section, ':', decimal);"
+PASS rules[3].style.cssText is "content: counters(section, \":\", decimal);"
PASS rules[4].style.cssText is "content: counter(section, lower-roman);"
-PASS rules[5].style.cssText is "content: counters(section, ',', upper-roman);"
+PASS rules[5].style.cssText is "content: counters(section, \",\", upper-roman);"
PASS rules[6].style.cssText is "content: counter(section, none);"
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/css/counters/counter-cssText.html ('k') | Source/core/css/CSSPrimitiveValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698