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

Unified Diff: third_party/WebKit/LayoutTests/fast/lists/list-marker-before-float-nested-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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/lists/list-marker-before-float-nested-rtl.html
diff --git a/third_party/WebKit/LayoutTests/fast/lists/list-marker-before-float-nested-rtl.html b/third_party/WebKit/LayoutTests/fast/lists/list-marker-before-float-nested-rtl.html
new file mode 100644
index 0000000000000000000000000000000000000000..b48ff0cc883b3e808ab7d3764064a589bb280544
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/lists/list-marker-before-float-nested-rtl.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<p>crbug.com/548616: List markers shouldn't shift to avoid floats that come after them on a line.</p>
+<ol dir=rtl>
+ <li>
+ <img width=20 height=20 style="float: right; background-color:black;">
+ <li>
+ <img width=20 height=20 style="float: right; background-color:black;">
+ </li>
+ </li>
+ <li>
+ <img width=20 height=20 style="float: right; background-color:black;">
+ </li>
+</ol>
+

Powered by Google App Engine
This is Rietveld 408576698