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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/lists/w3-css3-list-styles-deprecated-expected.txt
diff --git a/LayoutTests/fast/lists/w3-css3-list-styles-deprecated-expected.txt b/LayoutTests/fast/lists/w3-css3-list-styles-deprecated-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..24d356fd5173a8cde429b32fb8b94e7e413df652
--- /dev/null
+++ b/LayoutTests/fast/lists/w3-css3-list-styles-deprecated-expected.txt
@@ -0,0 +1,43 @@
+Test deprectaed list style types
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS CSS.supports("list-style-type", "decimal") is true
+PASS CSS.supports("list-style-type", "binary") is false
+PASS CSS.supports("list-style-type", "lower-hexadecimal") is false
+PASS CSS.supports("list-style-type", "octal") is false
+PASS CSS.supports("list-style-type", "upper-hexadecimal") is false
+PASS CSS.supports("list-style-type", "afar") is false
+PASS CSS.supports("list-style-type", "ethiopic-halehame-aa-et") is false
+PASS CSS.supports("list-style-type", "ethiopic-halehame-aa-er") is false
+PASS CSS.supports("list-style-type", "amharic") is false
+PASS CSS.supports("list-style-type", "ethiopic-halehame-am-et") is false
+PASS CSS.supports("list-style-type", "ethiopic-halehame-gez") is false
+PASS CSS.supports("list-style-type", "ethiopic-abegede") is false
+PASS CSS.supports("list-style-type", "ethiopic-abegede-gez") is false
+PASS CSS.supports("list-style-type", "amharic-abegede") is false
+PASS CSS.supports("list-style-type", "ethiopic-abegede-am-et") is false
+PASS CSS.supports("list-style-type", "oromo") is false
+PASS CSS.supports("list-style-type", "ethiopic-halehame-om-et") is false
+PASS CSS.supports("list-style-type", "sidama") is false
+PASS CSS.supports("list-style-type", "ethiopic-halehame-sid-et") is false
+PASS CSS.supports("list-style-type", "somali") is false
+PASS CSS.supports("list-style-type", "ethiopic-halehame-so-et") is false
+PASS CSS.supports("list-style-type", "tigre") is false
+PASS CSS.supports("list-style-type", "ethiopic-halehame-tig") is false
+PASS CSS.supports("list-style-type", "tigrinya-er") is false
+PASS CSS.supports("list-style-type", "tigrinya-er-abegede") is false
+PASS CSS.supports("list-style-type", "ethiopic-abegede-ti-er") is false
+PASS CSS.supports("list-style-type", "tigrinya-et") is false
+PASS CSS.supports("list-style-type", "tigrinya-et-abegede") is false
+PASS CSS.supports("list-style-type", "ethiopic-abegede-ti-et") is false
+PASS CSS.supports("list-style-type", "lower-norwegian") is false
+PASS CSS.supports("list-style-type", "upper-greek") is false
+PASS CSS.supports("list-style-type", "upper-norwegian") is false
+PASS CSS.supports("list-style-type", "asterisks") is false
+PASS CSS.supports("list-style-type", "footnotes") is false
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698