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

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

Issue 1194053002: Use the same range for upper/lower-armenian as armenian (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « no previous file | LayoutTests/fast/lists/w3-css3-list-styles-fallback-style-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8c2ddc31fbd227f7922925dd194c1fcc5ef9cf64..d7e87b98ed40180ce785c862b72407748df68ea5 100644
--- a/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html
+++ b/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html
@@ -153,6 +153,10 @@
<li>0</li>
<li>&#x0561;</li>
</ol>
+ <ol class="lower-armenian" start="99999999">
+ <li>&#1412;&#770;&#1403;&#770;&#1394;&#770;&#1385;&#770;&#1412;&#1403;&#1394;&#1385;</li>
+ <li>100000000</li>
+ </ol>
</div>
<div class="test">
<h2>lower-roman</h2>
@@ -223,6 +227,10 @@
<li>0</li>
<li>&#x0531;</li>
</ol>
+ <ol class="upper-armenian" start="99999999">
+ <li>&#x554;&#x302;&#x54B;&#x302;&#x542;&#x302;&#x539;&#x302;&#x554;&#x54B;&#x542;&#x539;</li>
+ <li>100000000</li>
+ </ol>
</div>
<div class="test">
<h2>upper-roman</h2>
« no previous file with comments | « no previous file | LayoutTests/fast/lists/w3-css3-list-styles-fallback-style-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698