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

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

Issue 689323002: Remove tests which are only testing getPropertyCSSValue, etc. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
(Empty)
1 Test the Counter object returned by the getCounterValue method of CSSPrimitiveVa lues
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS counters[0].identifier is "section"
7 PASS counters[0].listStyle is "decimal"
8 PASS counters[0].separator is ""
9 PASS counters[1].identifier is "section"
10 PASS counters[1].listStyle is "decimal"
11 PASS counters[1].separator is ":"
12 PASS counters[2].identifier is "section"
13 PASS counters[2].listStyle is "lower-roman"
14 PASS counters[2].separator is ""
15 PASS counters[3].identifier is "section"
16 PASS counters[3].listStyle is "upper-roman"
17 PASS counters[3].separator is ","
18 PASS counters[4].identifier is "section"
19 PASS counters[4].listStyle is "none"
20 PASS counters[4].separator is ""
21 PASS successfullyParsed is true
22
23 TEST COMPLETE
24
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/counters/getCounterValue.html ('k') | LayoutTests/fast/css/getFloatValueForUnit.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698