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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/block/basic/001-expected.txt

Issue 1431183003: Set the correct style on the middle anonymous block in continuations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 5 years, 1 month 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: third_party/WebKit/LayoutTests/platform/linux/fast/block/basic/001-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/block/basic/001-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/block/basic/001-expected.txt
index ee66cc37d710fe2f50176361d036e87f62f2b7e4..89ce2756862ac8c41ec4c2a19c35dcec7f8c6605 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/block/basic/001-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/block/basic/001-expected.txt
@@ -11,11 +11,11 @@ layer at (0,0) size 800x600
LayoutInline {FONT} at (0,0) size 137x19 [color=#FF0000]
LayoutText {#text} at (96,0) size 137x19
text run at (96,0) width 137: "More red on this line:"
- LayoutBlockFlow (anonymous) at (2,40.72) size 780x71.91 [color=#FF0000]
- LayoutBlockFlow {H3} at (0,0) size 780x23
+ LayoutBlockFlow (anonymous) at (2,40.72) size 780x71.91
+ LayoutBlockFlow {H3} at (0,0) size 780x23 [color=#FF0000]
LayoutText {#text} at (0,0) size 213x22
text run at (0,0) width 213: "Suddenly a block appears!"
- LayoutBlockFlow {H2} at (0,42.91) size 780x29
+ LayoutBlockFlow {H2} at (0,42.91) size 780x29 [color=#FF0000]
LayoutText {#text} at (0,0) size 192x28
text run at (0,0) width 192: "And another block!"
LayoutBlockFlow (anonymous) at (2,132.53) size 780x60

Powered by Google App Engine
This is Rietveld 408576698