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

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

Issue 8041039: Merge 95071 - Fix cssText property of counter-valued CSSPrimitiveValue and avoid uninitialized re... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 2 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 successfullyParsed is true 10 PASS successfullyParsed is true
11 11
12 TEST COMPLETE 12 TEST COMPLETE
13 13
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/counters/counter-cssText.html ('k') | Source/WebCore/css/CSSPrimitiveValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698