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

Unified Diff: third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-even-when-it-doesnt-intersect-it-2-expected.html

Issue 2046863006: Dirty line boxes correctly when a float gets layout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@618230
Patch Set: Updated Created 4 years, 6 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-even-when-it-doesnt-intersect-it-2-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-even-when-it-doesnt-intersect-it-2-expected.html b/third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-even-when-it-doesnt-intersect-it-2-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..0ed31e7d999eb22c9d5cc187785d467e0c1350c7
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-even-when-it-doesnt-intersect-it-2-expected.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<style>
+.float {
+ float:left;
+}
+</style>
+<p> crbug.com/616167: There should be a green square below and some text. </p>
+<div class="float">
+ <div style="height: 100px; width: 100px; background-color: green;"></div>
+</div>
+<br>
+Some text for a line
+<br>

Powered by Google App Engine
This is Rietveld 408576698