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 |