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

Unified Diff: LayoutTests/platform/linux/fast/block/do-not-strip-anonymous-blocks-when-block-child-becomes-float-and-continuation-on-line-expected.txt

Issue 253313005: Strip anonymous blocks when change in style removes need for them (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 6 years, 7 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: LayoutTests/platform/linux/fast/block/do-not-strip-anonymous-blocks-when-block-child-becomes-float-and-continuation-on-line-expected.txt
diff --git a/LayoutTests/platform/linux/fast/block/do-not-strip-anonymous-blocks-when-block-child-becomes-float-and-continuation-on-line-expected.txt b/LayoutTests/platform/linux/fast/block/do-not-strip-anonymous-blocks-when-block-child-becomes-float-and-continuation-on-line-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6fada06a7fb8be7718854481e9403ff611fb0a13
--- /dev/null
+++ b/LayoutTests/platform/linux/fast/block/do-not-strip-anonymous-blocks-when-block-child-becomes-float-and-continuation-on-line-expected.txt
@@ -0,0 +1,23 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x116
+ RenderBlock {HTML} at (0,0) size 800x116
+ RenderBody {BODY} at (0,16) size 800x80
+ RenderBlock {P} at (0,0) size 800x40
+ RenderText {#text} at (0,0) size 792x39
+ text run at (0,0) width 792: "When a block element becomes a float we should not strip anonymous blocks wrapping its inline siblings if there are other blocks on"
+ text run at (0,20) width 22: "the "
+ text run at (22,20) width 549: "line. In this test case, the block is wrapped in an anonymous block as part of a continuation."
+layer at (0,76) size 800x20
+ RenderBlock (relative positioned) {DIV} at (0,60) size 800x20 [bgcolor=#CCCCCC]
+ RenderBlock (anonymous) at (0,0) size 800x0
+ RenderInline {SPAN} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
+ RenderBlock (anonymous) at (0,0) size 800x20
+ RenderBlock {P} at (0,0) size 800x20
+ RenderText {#text} at (0,0) size 80x20
+ text run at (0,0) width 80: "Text"
+ RenderBlock (anonymous) at (0,40) size 800x0
+ RenderInline {SPAN} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
+ RenderBlock (floating) {DD} at (800,40) size 0x0

Powered by Google App Engine
This is Rietveld 408576698