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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-generated-content/before-content-continuation-chain-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/fast/css-generated-content/before-content-continuation-chain-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css-generated-content/before-content-continuation-chain-expected.txt b/third_party/WebKit/LayoutTests/fast/css-generated-content/before-content-continuation-chain-expected.txt
index defe3216286f3e48187bc96b7aae43d03a373250..0a56e970cad7cce887fae2f167781e9342dfa0eb 100644
--- a/third_party/WebKit/LayoutTests/fast/css-generated-content/before-content-continuation-chain-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css-generated-content/before-content-continuation-chain-expected.txt
@@ -5,11 +5,11 @@ layer at (0,0) size 800x416
LayoutBlockFlow {BODY} at (8,8) size 784x400
LayoutBlockFlow (anonymous) at (0,0) size 784x0
LayoutInline {SPAN} at (0,0) size 0x0 [color=#008000]
- LayoutBlockFlow (anonymous) at (0,0) size 784x200 [color=#008000]
+ LayoutBlockFlow (anonymous) at (0,0) size 784x200
LayoutBlockFlow {<pseudo:before>} at (0,0) size 784x200 [color=#0000FF]
LayoutTextFragment (anonymous) at (0,0) size 200x200
text run at (0,0) width 200: "A"
- LayoutBlockFlow {DIV} at (0,200) size 784x0
+ LayoutBlockFlow {DIV} at (0,200) size 784x0 [color=#008000]
LayoutBlockFlow (anonymous) at (0,200) size 784x200
LayoutInline {SPAN} at (0,0) size 200x200 [color=#008000]
LayoutText {#text} at (0,0) size 200x200

Powered by Google App Engine
This is Rietveld 408576698