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

Side by Side Diff: LayoutTests/fast/lists/w3-css3-list-styles-deprecated-expected.txt

Issue 1152763006: Remove outdated list style types (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix sorting Created 5 years, 6 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
(Empty)
1 Test deprectaed list style types
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS CSS.supports("list-style-type", "decimal") is true
7 PASS CSS.supports("list-style-type", "binary") is false
8 PASS CSS.supports("list-style-type", "lower-hexadecimal") is false
9 PASS CSS.supports("list-style-type", "octal") is false
10 PASS CSS.supports("list-style-type", "upper-hexadecimal") is false
11 PASS CSS.supports("list-style-type", "afar") is false
12 PASS CSS.supports("list-style-type", "ethiopic-halehame-aa-et") is false
13 PASS CSS.supports("list-style-type", "ethiopic-halehame-aa-er") is false
14 PASS CSS.supports("list-style-type", "amharic") is false
15 PASS CSS.supports("list-style-type", "ethiopic-halehame-am-et") is false
16 PASS CSS.supports("list-style-type", "ethiopic-halehame-gez") is false
17 PASS CSS.supports("list-style-type", "ethiopic-abegede") is false
18 PASS CSS.supports("list-style-type", "ethiopic-abegede-gez") is false
19 PASS CSS.supports("list-style-type", "amharic-abegede") is false
20 PASS CSS.supports("list-style-type", "ethiopic-abegede-am-et") is false
21 PASS CSS.supports("list-style-type", "oromo") is false
22 PASS CSS.supports("list-style-type", "ethiopic-halehame-om-et") is false
23 PASS CSS.supports("list-style-type", "sidama") is false
24 PASS CSS.supports("list-style-type", "ethiopic-halehame-sid-et") is false
25 PASS CSS.supports("list-style-type", "somali") is false
26 PASS CSS.supports("list-style-type", "ethiopic-halehame-so-et") is false
27 PASS CSS.supports("list-style-type", "tigre") is false
28 PASS CSS.supports("list-style-type", "ethiopic-halehame-tig") is false
29 PASS CSS.supports("list-style-type", "tigrinya-er") is false
30 PASS CSS.supports("list-style-type", "tigrinya-er-abegede") is false
31 PASS CSS.supports("list-style-type", "ethiopic-abegede-ti-er") is false
32 PASS CSS.supports("list-style-type", "tigrinya-et") is false
33 PASS CSS.supports("list-style-type", "tigrinya-et-abegede") is false
34 PASS CSS.supports("list-style-type", "ethiopic-abegede-ti-et") is false
35 PASS CSS.supports("list-style-type", "lower-norwegian") is false
36 PASS CSS.supports("list-style-type", "upper-greek") is false
37 PASS CSS.supports("list-style-type", "upper-norwegian") is false
38 PASS CSS.supports("list-style-type", "asterisks") is false
39 PASS CSS.supports("list-style-type", "footnotes") is false
40 PASS successfullyParsed is true
41
42 TEST COMPLETE
43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698