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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/lists/list-marker-padding-overflow-hidden-rtl-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-right: 0.6em;
10 text-align: right;
11 }
12 </style>
13 <body>
14 <ul>
15 <li>Foo .1
16 <li>Foo .2
17 <li>Foo .3
18 <li>Foo .4
19 <li>Foo .5
20 <li>Foo .6
21 </ul>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698