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: LayoutTests/platform/linux/fast/block/float/add-inline-to-block-flow-with-block-children-that-do-not-need-anonymous-boxes-expected.txt

Issue 1310253005: Strip anonymous wrappers when a block flow no longer requires them (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 3 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/float/add-inline-to-block-flow-with-block-children-that-do-not-need-anonymous-boxes-expected.txt
diff --git a/LayoutTests/platform/linux/fast/block/float/add-inline-to-block-flow-with-block-children-that-do-not-need-anonymous-boxes-expected.txt b/LayoutTests/platform/linux/fast/block/float/add-inline-to-block-flow-with-block-children-that-do-not-need-anonymous-boxes-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..95957cc65efd827ada0ded80262391c4ad5e6401
--- /dev/null
+++ b/LayoutTests/platform/linux/fast/block/float/add-inline-to-block-flow-with-block-children-that-do-not-need-anonymous-boxes-expected.txt
@@ -0,0 +1,17 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x102
+ LayoutBlockFlow {HTML} at (0,0) size 800x102
+ LayoutBlockFlow {BODY} at (8,16) size 784x56
+ LayoutBlockFlow {P} at (0,0) size 784x20
+ LayoutText {#text} at (0,0) size 141x19
+ text run at (0,0) width 141: "There should be a blue "
+ LayoutInline {EM} at (0,0) size 43x19
+ LayoutText {#text} at (141,0) size 43x19
+ text run at (141,0) width 43: "square"
+ LayoutText {#text} at (184,0) size 45x19
+ text run at (184,0) width 45: " below."
+ LayoutBlockFlow {DIV} at (0,36) size 784x20
+ LayoutBlockFlow (floating) {DIV} at (0,0) size 25x50 [bgcolor=#0000FF]
+ LayoutBlockFlow {DIV} at (50,15) size 0x0
+ LayoutBlockFlow (floating) {DIV} at (25,0) size 25x50 [bgcolor=#0000FF]

Powered by Google App Engine
This is Rietveld 408576698