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

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

Powered by Google App Engine
This is Rietveld 408576698