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

Unified Diff: LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html

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-fallback-style.html
diff --git a/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html b/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html
index 58992e1792e24a956f5ec8603738d40051fba5df..fa5c55f9470d15df0a9f7cac88ef118efa4d3d3a 100644
--- a/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html
+++ b/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html
@@ -10,43 +10,43 @@
hr + h2 { color: blue; }
/*
- The following styles are ordered as they appear in section 4.2. of the
- Draft 7 November 2002 draft of the CSS3 Lists module <http://www.w3.org/TR/css3-lists/#algorithmic>.
+ The following styles are ordered as they appear in section 6.1 + 6.3 of the
+ 3 February 2015 CR of the CSS3 Counter Styles Level 3 module <http://www.w3.org/TR/css-counter-styles-3/#simple-numeric>.
*/
ol.armenian { list-style-type: armenian; }
-
+
+ ol.upper-armenian { list-style-type: upper-armenian; }
+
+ ol.lower-armenian { list-style-type: lower-armenian; }
+
ol.cjk-ideographic { list-style-type: cjk-ideographic; }
-
- ol.ethiopic-numeric { list-style-type: ethiopic-numeric; }
-
+
ol.georgian { list-style-type: georgian; }
-
+
ol.hebrew { list-style-type: hebrew; }
-
+
+ ol.syriac { list-style-type: syriac; }
+
+ ol.tamil { list-style-type: tamil; }
+
+ ol.lower-roman { list-style-type: lower-roman; }
+
+ ol.upper-roman { list-style-type: upper-roman; }
+
ol.japanese-formal { list-style-type: japanese-formal; }
-
+
ol.japanese-informal { list-style-type: japanese-informal; }
-
- ol.lower-armenian { list-style-type: lower-armenian; }
-
- ol.lower-roman { list-style-type: lower-roman; }
-
+
ol.simp-chinese-formal { list-style-type: simp-chinese-formal; }
-
+
ol.simp-chinese-informal { list-style-type: simp-chinese-informal; }
-
- ol.syriac { list-style-type: syriac; }
-
- ol.tamil { list-style-type: tamil; }
-
+
ol.trad-chinese-formal { list-style-type: trad-chinese-formal; }
-
+
ol.trad-chinese-informal { list-style-type: trad-chinese-informal; }
-
- ol.upper-armenian { list-style-type: upper-armenian; }
-
- ol.upper-roman { list-style-type: upper-roman; }
+
+ ol.ethiopic-numeric { list-style-type: ethiopic-numeric; }
</style>
<script src="resources/dump-list.js"></script>
<script>
@@ -65,7 +65,7 @@
<body>
<h1>CSS3 Fallback to Decimal List Style</h1>
<div id="description">
- <p>This tests that we fallback to the decimal list style type when the ordinal is outside the representable range for the list style type as per the <a href="http://www.w3.org/TR/css3-lists/">CSS3 Lists module</a> (Draft 7 November 2002). This test PASSED if the list item matches its marker for every list item (below).</p>
+ <p>This tests that we fallback to the decimal list style type when the ordinal is outside the representable range for the list style type as per the <a href="http://www.w3.org/TR/css-counter-styles-3/">CSS3 Counter Styles Level 3 module</a> (CR 3 Februari 2015). This test PASSED if the list item matches its marker for every list item (below).</p>
<p>Note, as of 12/04/2010, ethiopic-numeric; japanese-formal; japanese-informal; simp-chinese-formal; simp-chinese-informal; syriac; tamil; trad-chinese-formal; and trad-chinese-informal are unsupported and hence have expected failure results.</p>
</div>
<hr/>
@@ -235,64 +235,6 @@
<hr/>
<h2>Alphabetic</h2>
<div class="test">
- <h2>afar</h2>
- <ol class="afar" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x1200;</li>
- </ol>
- </div>
- <div class="test">
- <h2>ethiopic-halehame-aa-et</h2>
- <ol class="ethiopic-halehame-aa-et" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x1200;</li>
- </ol>
- </div>
- <div class="test">
- <h2>ethiopic-halehame-aa-er</h2>
- <ol class="ethiopic-halehame-aa-er" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x1200;</li>
- </ol>
- </div>
-
- <div class="test">
- <h2>amharic</h2>
- <ol class="amharic" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x1200;</li>
- </ol>
- </div>
- <div class="test">
- <h2>ethiopic-halehame-am-et</h2>
- <ol class="ethiopic-halehame-am-et" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x1200;</li>
- </ol>
- </div>
- <div class="test">
- <h2>amharic-abegede</h2>
- <ol class="amharic-abegede" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x12A0;</li>
- </ol>
- </div>
- <div class="test">
- <h2>ethiopic-abegede-am-et</h2>
- <ol class="ethiopic-abegede-am-et" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x12A0;</li>
- </ol>
- </div>
-
- <div class="test">
<h2>cjk-earthly-branch</h2>
<ol class="cjk-earthly-branch" start="-1">
<li>-1</li>
@@ -311,16 +253,8 @@
</div>
<div class="test">
- <h2>ethiopic</h2>
- <ol class="ethiopic" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x1200;</li>
- </ol>
- </div>
- <div class="test">
- <h2>ethiopic-halehame-gez</h2>
- <ol class="ethiopic-halehame-gez" start="-1">
+ <h2>ethiopic-halehame</h2>
+ <ol class="ethiopic-halehame" start="-1">
<li>-1</li>
<li>0</li>
<li>&#x1200;</li>
@@ -328,19 +262,11 @@
</div>
<div class="test">
- <h2>ethiopic-abegede</h2>
- <ol class="ethiopic-abegede" start="-1">
+ <h2>ethiopic-halehame-am</h2>
+ <ol class="ethiopic-halehame-am" start="-1">
<li>-1</li>
<li>0</li>
- <li>&#x12A0;</li>
- </ol>
- </div>
- <div class="test">
- <h2>ethiopic-abegede-gez</h2>
- <ol class="ethiopic-abegede-gez" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x12A0;</li>
+ <li>&#x1200;</li>
</ol>
</div>
@@ -425,91 +351,6 @@
</div>
<div class="test">
- <h2>lower-norwegian</h2>
- <ol class="lower-norwegian" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x0061;</li>
- </ol>
- </div>
-
- <div class="test">
- <h2>oromo</h2>
- <ol class="oromo" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x1200;</li>
- </ol>
- </div>
- <div class="test">
- <h2>ethiopic-halehame-om-et</h2>
- <ol class="ethiopic-halehame-om-et" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x1200;</li>
- </ol>
- </div>
-
- <div class="test">
- <h2>sidama</h2>
- <ol class="sidama" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x1200;</li>
- </ol>
- </div>
- <div class="test">
- <h2>ethiopic-halehame-sid-et</h2>
- <ol class="ethiopic-halehame-sid-et" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x1200;</li>
- </ol>
- </div>
-
- <div class="test">
- <h2>somali</h2>
- <ol class="somali" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x1200;</li>
- </ol>
- </div>
- <div class="test">
- <h2>ethiopic-halehame-so-et</h2>
- <ol class="ethiopic-halehame-so-et" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x1200;</li>
- </ol>
- </div>
-
- <div class="test">
- <h2>tigre</h2>
- <ol class="tigre" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x1200;</li>
- </ol>
- </div>
- <div class="test">
- <h2>ethiopic-halehame-tig</h2>
- <ol class="ethiopic-halehame-tig" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x1200;</li>
- </ol>
- </div>
-
- <div class="test">
- <h2>tigrinya-er</h2>
- <ol class="tigrinya-er" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x1200;</li>
- </ol>
- </div>
- <div class="test">
<h2>ethiopic-halehame-ti-er</h2>
<ol class="ethiopic-halehame-ti-er" start="-1">
<li>-1</li>
@@ -519,31 +360,6 @@
</div>
<div class="test">
- <h2>tigrinya-er-abegede</h2>
- <ol class="tigrinya-er-abegede" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x12A0;</li>
- </ol>
- </div>
- <div class="test">
- <h2>ethiopic-abegede-ti-er</h2>
- <ol class="ethiopic-abegede-ti-er" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x12A0;</li>
- </ol>
- </div>
-
- <div class="test">
- <h2>tigrinya-et</h2>
- <ol class="tigrinya-et" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x1200;</li>
- </ol>
- </div>
- <div class="test">
<h2>ethiopic-halehame-ti-et</h2>
<ol class="ethiopic-halehame-ti-et" start="-1">
<li>-1</li>
@@ -553,23 +369,6 @@
</div>
<div class="test">
- <h2>tigrinya-et-abegede</h2>
- <ol class="tigrinya-et-abegede" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x12A0;</li>
- </ol>
- </div>
- <div class="test">
- <h2>ethiopic-abegede-ti-et</h2>
- <ol class="ethiopic-abegede-ti-et" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x12A0;</li>
- </ol>
- </div>
-
- <div class="test">
<h2>upper-alpha</h2>
<ol class="upper-alpha" start="-1">
<li>-1</li>
@@ -585,23 +384,5 @@
<li>&#x0041;</li>
</ol>
</div>
-
- <div class="test">
- <h2>upper-greek</h2>
- <ol class="upper-greek" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x0391;</li>
- </ol>
- </div>
-
- <div class="test">
- <h2>upper-norwegian</h2>
- <ol class="upper-norwegian" start="-1">
- <li>-1</li>
- <li>0</li>
- <li>&#x0041;</li>
- </ol>
- </div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698