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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/lists/list-marker-padding-overflow-hidden.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: More updated expectations. 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-left: 1.1em;
5 overflow: hidden;
6 }
7 </style>
8 <ol>
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