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

Unified Diff: LayoutTests/platform/linux/fast/block/do-not-strip-anonymous-blocks-when-block-child-becomes-float-and-other-block-on-line-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/do-not-strip-anonymous-blocks-when-block-child-becomes-float-and-other-block-on-line-expected.txt
diff --git a/LayoutTests/platform/linux/fast/block/do-not-strip-anonymous-blocks-when-block-child-becomes-float-and-other-block-on-line-expected.txt b/LayoutTests/platform/linux/fast/block/do-not-strip-anonymous-blocks-when-block-child-becomes-float-and-other-block-on-line-expected.txt
index 4dfd5a791f034ba23ebafe6851e5af863d15c432..54da59a055dbde49a6176f2a0b010f83c5ba7192 100644
--- a/LayoutTests/platform/linux/fast/block/do-not-strip-anonymous-blocks-when-block-child-becomes-float-and-other-block-on-line-expected.txt
+++ b/LayoutTests/platform/linux/fast/block/do-not-strip-anonymous-blocks-when-block-child-becomes-float-and-other-block-on-line-expected.txt
@@ -13,6 +13,6 @@ layer at (0,76) size 800x20
LayoutInline {STRONG} at (0,0) size 0x0
LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow {P} at (0,0) size 800x0
- LayoutBlockFlow (floating) {DD} at (800,0) size 0x0
LayoutBlockFlow (anonymous) at (0,0) size 800x20
+ LayoutBlockFlow (floating) {DD} at (800,20) size 0x0
LayoutBR {BR} at (0,0) size 0x20

Powered by Google App Engine
This is Rietveld 408576698