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

Unified Diff: LayoutTests/platform/win/fast/box-shadow/basic-shadows-expected.txt

Issue 931633003: Move and rename RenderBR to LayoutBR. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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/win/fast/box-shadow/basic-shadows-expected.txt
diff --git a/LayoutTests/platform/win/fast/box-shadow/basic-shadows-expected.txt b/LayoutTests/platform/win/fast/box-shadow/basic-shadows-expected.txt
index 0b128071a8f7dbb29b9b166bc9c53bbb30dd89b6..46efe14fc6a3b369a82a2df21806711b3a9b0eec 100644
--- a/LayoutTests/platform/win/fast/box-shadow/basic-shadows-expected.txt
+++ b/LayoutTests/platform/win/fast/box-shadow/basic-shadows-expected.txt
@@ -7,10 +7,10 @@ layer at (0,0) size 785x671 backgroundClip at (0,0) size 785x600 clip at (0,0) s
RenderInline {SPAN} at (0,0) size 270x127 [border: (5px solid #000000)]
RenderText {#text} at (5,16) size 57x17
text run at (5,16) width 57: "This text"
- RenderBR {BR} at (61,30) size 1x0
+ LayoutBR {BR} at (61,30) size 1x0
RenderText {#text} at (0,66) size 77x17
text run at (0,66) width 77: "should have"
- RenderBR {BR} at (76,80) size 1x0
+ LayoutBR {BR} at (76,80) size 1x0
RenderText {#text} at (0,116) size 265x17
text run at (0,116) width 265: "a multi-line shadow with a border-radius."
RenderText {#text} at (0,0) size 0x0
@@ -74,7 +74,7 @@ layer at (0,0) size 785x671 backgroundClip at (0,0) size 785x600 clip at (0,0) s
RenderBlock {P} at (0,546) size 769x36
RenderText {#text} at (0,0) size 363x17
text run at (0,0) width 363: "The first line of this div should have a box-shadow on it."
- RenderBR {BR} at (362,14) size 1x0
+ LayoutBR {BR} at (362,14) size 1x0
RenderText {#text} at (0,18) size 180x17
text run at (0,18) width 180: "This second line should not."
RenderBlock {P} at (0,598) size 769x36
@@ -83,6 +83,6 @@ layer at (0,0) size 785x671 backgroundClip at (0,0) size 785x600 clip at (0,0) s
text run at (5,6) width 30: "T"
RenderTextFragment {#text} at (43,0) size 499x17
text run at (43,0) width 499: "he first letter of this paragraph should have a border and a nice shadow effect."
- RenderBR {BR} at (541,14) size 1x0
+ LayoutBR {BR} at (541,14) size 1x0
RenderText {#text} at (43,18) size 167x17
text run at (43,18) width 167: "It should look pretty cool."

Powered by Google App Engine
This is Rietveld 408576698