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

Unified Diff: LayoutTests/platform/linux/fast/block/float/nestedAnonymousBlocks-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/nestedAnonymousBlocks-expected.txt
diff --git a/LayoutTests/platform/linux/fast/block/float/nestedAnonymousBlocks-expected.txt b/LayoutTests/platform/linux/fast/block/float/nestedAnonymousBlocks-expected.txt
index eabdfb0c6bda3c4ef65c3b2659577da945f02d09..0cd058fd9700f2b044136acfaf6d36547dd93736 100644
--- a/LayoutTests/platform/linux/fast/block/float/nestedAnonymousBlocks-expected.txt
+++ b/LayoutTests/platform/linux/fast/block/float/nestedAnonymousBlocks-expected.txt
@@ -3,15 +3,15 @@ layer at (0,0) size 800x600
layer at (0,0) size 800x600
LayoutBlockFlow {HTML} at (0,0) size 800x600
LayoutBlockFlow {BODY} at (8,8) size 784x584
- LayoutBlockFlow (floating) {DIV} at (0,0) size 195x20
- LayoutBlockFlow {DIV} at (0,0) size 195x20
- LayoutText {#text} at (0,0) size 195x19
- text run at (0,0) width 195: "This is a test for rdar://5025925."
- LayoutBlockFlow (floating) {DIV} at (195,0) size 287x20
- LayoutBlockFlow {DIV} at (0,0) size 287x20
- LayoutText {#text} at (0,0) size 287x19
- text run at (0,0) width 287: "The test succeeds if this does not hang or crash."
LayoutBlockFlow (anonymous) at (0,0) size 784x20
+ LayoutBlockFlow (floating) {DIV} at (0,0) size 195x20
+ LayoutBlockFlow {DIV} at (0,0) size 195x20
+ LayoutText {#text} at (0,0) size 195x19
+ text run at (0,0) width 195: "This is a test for rdar://5025925."
+ LayoutBlockFlow (floating) {DIV} at (195,0) size 287x20
+ LayoutBlockFlow {DIV} at (0,0) size 287x20
+ LayoutText {#text} at (0,0) size 287x19
+ text run at (0,0) width 287: "The test succeeds if this does not hang or crash."
LayoutText {#text} at (482,0) size 4x19
text run at (482,0) width 4: " "
LayoutBlockFlow {DIV} at (0,20) size 784x0

Powered by Google App Engine
This is Rietveld 408576698