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

Unified Diff: LayoutTests/platform/linux/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/linux/fast/box-shadow/basic-shadows-expected.txt
diff --git a/LayoutTests/platform/linux/fast/box-shadow/basic-shadows-expected.txt b/LayoutTests/platform/linux/fast/box-shadow/basic-shadows-expected.txt
index 7d283cd95ea92749c8054cbceda355a997f2217c..85fc4e7459d88973daa3afb37c9075238f761a24 100644
--- a/LayoutTests/platform/linux/fast/box-shadow/basic-shadows-expected.txt
+++ b/LayoutTests/platform/linux/fast/box-shadow/basic-shadows-expected.txt
@@ -7,10 +7,10 @@ layer at (0,0) size 785x687 backgroundClip at (0,0) size 785x600 clip at (0,0) s
RenderInline {SPAN} at (0,0) size 252x129 [border: (5px solid #000000)]
RenderText {#text} at (5,15) size 51x19
text run at (5,15) width 51: "This text"
- RenderBR {BR} at (56,30) size 0x0
+ LayoutBR {BR} at (56,30) size 0x0
RenderText {#text} at (0,65) size 71x19
text run at (0,65) width 71: "should have"
- RenderBR {BR} at (71,80) size 0x0
+ LayoutBR {BR} at (71,80) size 0x0
RenderText {#text} at (0,115) size 247x19
text run at (0,115) width 247: "a multi-line shadow with a border-radius."
RenderText {#text} at (0,0) size 0x0
@@ -74,7 +74,7 @@ layer at (0,0) size 785x687 backgroundClip at (0,0) size 785x600 clip at (0,0) s
RenderBlock {P} at (0,556) size 769x40
RenderText {#text} at (0,0) size 335x19
text run at (0,0) width 335: "The first line of this div should have a box-shadow on it."
- RenderBR {BR} at (335,15) size 0x0
+ LayoutBR {BR} at (335,15) size 0x0
RenderText {#text} at (0,20) size 166x19
text run at (0,20) width 166: "This second line should not."
RenderBlock {P} at (0,612) size 769x40
@@ -83,6 +83,6 @@ layer at (0,0) size 785x687 backgroundClip at (0,0) size 785x600 clip at (0,0) s
text run at (5,6) width 29: "T"
RenderTextFragment {#text} at (43,0) size 467x19
text run at (43,0) width 467: "he first letter of this paragraph should have a border and a nice shadow effect."
- RenderBR {BR} at (510,15) size 0x0
+ LayoutBR {BR} at (510,15) size 0x0
RenderText {#text} at (43,20) size 156x19
text run at (43,20) width 156: "It should look pretty cool."

Powered by Google App Engine
This is Rietveld 408576698