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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/lists/list-marker-padding-overflow-hidden-rtl.html

Issue 1407003005: Lists: Render marker text closer to list items. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated test expectations, again. Created 5 years, 2 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 <!DOCTYPE html>
2 <style>
3 ol {
4 padding-right: 1.1em;
5 overflow: hidden;
6 }
7 </style>
8 <ol dir="rtl">
9 <li>Foo</li>
10 <li>Foo</li>
11 <li>Foo</li>
12 <li>Foo</li>
13 <li>Foo</li>
14 <li>Foo</li>
15 </ol>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698