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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/lists/list-marker-before-float-rtl.html

Issue 2553793003: Establish a list marker's offset before floats have been added to its line (Closed)
Patch Set: bug 548616 Created 4 years 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 <p>crbug.com/548616: List markers shouldn't shift to avoid floats that come afte r them on a line.</p>
3 <ol dir=rtl>
4 <li>
5 <img width=20 height=20 style="float: right; background-color:black;">
6 </li>
7 </ol>
8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698