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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/lists/list-marker-padding-overflow-hidden-expected.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 body {
4 margin: 0;
5 }
6 ul {
7 list-style-type: none;
8 list-style-position: inside;
9 padding-left: 0.6em;
10 }
11 </style>
12 <body>
13 <ul>
14 <li>1. Foo
15 <li>2. Foo
16 <li>3. Foo
17 <li>4. Foo
18 <li>5. Foo
19 <li>6. Foo
20 </ul>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698