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

Unified Diff: LayoutTests/platform/linux/fast/css/color-correction-on-backgrounds-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/css/color-correction-on-backgrounds-expected.txt
diff --git a/LayoutTests/platform/linux/fast/css/color-correction-on-backgrounds-expected.txt b/LayoutTests/platform/linux/fast/css/color-correction-on-backgrounds-expected.txt
index 5534be92d4536030ee47e7854093d83470e6ebcb..a341bdc6c4edb0d4d956d6fbf5d56520473545e9 100644
--- a/LayoutTests/platform/linux/fast/css/color-correction-on-backgrounds-expected.txt
+++ b/LayoutTests/platform/linux/fast/css/color-correction-on-backgrounds-expected.txt
@@ -6,8 +6,8 @@ layer at (0,0) size 800x600
LayoutBlockFlow {P} at (0,0) size 784x20
LayoutText {#text} at (0,0) size 122x19
text run at (0,0) width 122: "These should match:"
- LayoutBlockFlow (floating) {DIV} at (0,36) size 100x100 [bgcolor=#560063]
LayoutBlockFlow (anonymous) at (0,36) size 784x105
+ LayoutBlockFlow (floating) {DIV} at (0,0) size 100x100 [bgcolor=#560063]
LayoutImage {IMG} at (100,0) size 100x100
LayoutText {#text} at (200,85) size 4x19
text run at (200,85) width 4: " "
@@ -15,7 +15,7 @@ layer at (0,0) size 800x600
LayoutBlockFlow {P} at (0,157) size 784x20
LayoutText {#text} at (0,0) size 223x19
text run at (0,0) width 223: "These should not match (at this time):"
- LayoutBlockFlow (floating) {DIV} at (0,193) size 100x100 [bgcolor=#560063]
LayoutBlockFlow (anonymous) at (0,193) size 784x100
+ LayoutBlockFlow (floating) {DIV} at (0,0) size 100x100 [bgcolor=#560063]
LayoutImage {IMG} at (100,0) size 100x100
LayoutText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698