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

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

Issue 1403643002: Rework list marker spacing for better web compatibility. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@472084_use_list_item_painter
Patch Set: Fix compile error with default switch case. 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 <head>
3 <style>
4 ol {
5 padding-right: 1.1em;
6 overflow: hidden;
7 }
8 </style>
9 </head>
10 <ol dir="rtl">
11 <li>Foo</li>
12 <li>Foo</li>
13 <li>Foo</li>
14 <li>Foo</li>
15 <li>Foo</li>
16 <li></li>
17 <li>Foo</li>
18 </ol>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698