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

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

Issue 1558143003: Fix Hebrew list-style number ordering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: V3 Created 4 years, 11 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 | third_party/WebKit/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: third_party/WebKit/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html
diff --git a/third_party/WebKit/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html b/third_party/WebKit/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html
index 955c56981db91c46ffba0f6c476dfbfed5e30f7f..ea8ae836d3a0ed7c522fec140fca622b13f6d232 100644
--- a/third_party/WebKit/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html
+++ b/third_party/WebKit/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html
@@ -119,11 +119,11 @@
<h2>hebrew</h2>
<ol class="hebrew" start="-1">
<li>-1</li>
- <li>&#x5D0;&#x5E4;&#x5E1;</li>
+ <li>&#x5E1;&#x5E4;&#x5D0;</li>
<li>&#x5D0;</li>
</ol>
<ol class="hebrew" start="999999">
- <li>&#x5EA;&#x5EA;&#x5E7;&#x5E6;&#x5D8;&#x27;&#x5EA;&#x5EA;&#x5E7;&#x5E6;&#x5D8;</li>
+ <li>&#x5D8;&#x5E6;&#x5E7;&#x5EA;&#x5EA;&#x27;&#x5D8;&#x5E6;&#x5E7;&#x5EA;&#x5EA;</li>
<li>1000000</li>
<li>1000001</li>
</ol>
« no previous file with comments | « no previous file | third_party/WebKit/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