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

Unified Diff: third_party/WebKit/LayoutTests/fast/block/float/remove-div-after-float-and-before-anonymous-block-container-expected.txt

Issue 1406163003: Fold out-of-flow objects into anonymous blocks when removing children (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@523282-3
Patch Set: Updated Created 5 years, 1 month 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/remove-div-after-float-and-before-anonymous-block-container-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/block/float/remove-div-after-float-and-before-anonymous-block-container-expected.txt b/third_party/WebKit/LayoutTests/fast/block/float/remove-div-after-float-and-before-anonymous-block-container-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f87f98f3a502e8aae815d90863b6be6a19f6865b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/block/float/remove-div-after-float-and-before-anonymous-block-container-expected.txt
@@ -0,0 +1,19 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x105
+ LayoutBlockFlow {HTML} at (0,0) size 800x105
+ LayoutBlockFlow {BODY} at (8,16) size 784x81
+ LayoutBlockFlow {P} at (0,0) size 784x20
+ LayoutText {#text} at (0,0) size 272x19
+ text run at (0,0) width 272: "crbug.com/322039: There should be a green "
+ LayoutInline {EM} at (0,0) size 43x19
+ LayoutText {#text} at (272,0) size 43x19
+ text run at (272,0) width 43: "square"
+ LayoutText {#text} at (314,0) size 438x19
+ text run at (314,0) width 438: " below. In the layout tree the float should be inside the anonymous block."
+ LayoutBlockFlow {DIV} at (0,36) size 150x45
+ LayoutBlockFlow {DIV} at (0,0) size 50x25 [bgcolor=#008000]
+ LayoutBlockFlow (anonymous) at (0,25) size 150x20
+ LayoutBlockFlow (floating) {DIV} at (0,0) size 50x25 [bgcolor=#008000]
+ LayoutText {#text} at (50,0) size 30x19
+ text run at (50,0) width 30: "Text."

Powered by Google App Engine
This is Rietveld 408576698