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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Test the cssText output of counter-valued CSSPrimitiveValues 1 Test the cssText output of counter-valued CSSPrimitiveValues
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS rules[2].style.cssText is "content: counter(section, decimal);" 6 PASS rules[2].style.cssText is "content: counter(section, decimal);"
7 PASS rules[3].style.cssText is "content: counters(section, ':', decimal);" 7 PASS rules[3].style.cssText is "content: counters(section, \":\", decimal);"
8 PASS rules[4].style.cssText is "content: counter(section, lower-roman);" 8 PASS rules[4].style.cssText is "content: counter(section, lower-roman);"
9 PASS rules[5].style.cssText is "content: counters(section, ',', upper-roman);" 9 PASS rules[5].style.cssText is "content: counters(section, \",\", upper-roman);"
10 PASS rules[6].style.cssText is "content: counter(section, none);" 10 PASS rules[6].style.cssText is "content: counter(section, none);"
11 PASS successfullyParsed is true 11 PASS successfullyParsed is true
12 12
13 TEST COMPLETE 13 TEST COMPLETE
14 14
OLDNEW
« 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