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

Unified Diff: third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-when-adjacent-to-line-breaks-expected.html

Issue 2411773003: Dirty lineboxes when adding a float to an empty inline (Closed)
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-when-adjacent-to-line-breaks-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-when-adjacent-to-line-breaks-expected.html b/third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-when-adjacent-to-line-breaks-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..3778f2327607371c02215e975407b7b71afb5c5a
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-when-adjacent-to-line-breaks-expected.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<p>crbug.com/648342: The text should be on two lines.</p>
+<div style="width:260px; font-size: 12px;">
+ <br><br>Text Text Text Text Text Text <br> Text Text Text
+</div>

Powered by Google App Engine
This is Rietveld 408576698