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

Unified Diff: LayoutTests/platform/mac/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/mac/fast/box-shadow/basic-shadows-expected.txt
diff --git a/LayoutTests/platform/mac/fast/box-shadow/basic-shadows-expected.txt b/LayoutTests/platform/mac/fast/box-shadow/basic-shadows-expected.txt
index 9b36c9545cac9ef8e27f21d146b922f170a4e34d..2fd6300dd6b6596ce689acc82c7814dd59f1d1bc 100644
--- a/LayoutTests/platform/mac/fast/box-shadow/basic-shadows-expected.txt
+++ b/LayoutTests/platform/mac/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 270x128 [border: (5px solid #000000)]
RenderText {#text} at (5,16) size 57x18
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 77x18
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 265x18
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 363x18
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 180x18
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,5) width 30: "T"
RenderTextFragment {#text} at (43,0) size 499x18
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 167x18
text run at (43,18) width 167: "It should look pretty cool."

Powered by Google App Engine
This is Rietveld 408576698