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

Unified Diff: LayoutTests/platform/win-xp/fast/css/font-smoothing-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-xp/fast/css/font-smoothing-expected.txt
diff --git a/LayoutTests/platform/win-xp/fast/css/font-smoothing-expected.txt b/LayoutTests/platform/win-xp/fast/css/font-smoothing-expected.txt
index 5da6c981139651e7a6633baf9e47c4261f7e1b20..176b806a0046ea8d6175645fa4b9680e2e3c29b3 100644
--- a/LayoutTests/platform/win-xp/fast/css/font-smoothing-expected.txt
+++ b/LayoutTests/platform/win-xp/fast/css/font-smoothing-expected.txt
@@ -8,29 +8,29 @@ layer at (0,0) size 800x600
text run at (0,0) width 294: "Hello. This is absolutely regular text."
RenderText {#text} at (294,2) size 4x19
text run at (294,2) width 4: " "
- RenderBR {BR} at (298,17) size 0x0
+ LayoutBR {BR} at (298,17) size 0x0
RenderInline {SPAN} at (0,0) size 749x22
RenderText {#text} at (0,23) size 749x22
text run at (0,23) width 749: "Hello. This is text with -webkit-font-smoothing:auto. It should look like absolutely regular text."
RenderText {#text} at (749,25) size 4x19
text run at (749,25) width 4: " "
- RenderBR {BR} at (753,40) size 0x0
+ LayoutBR {BR} at (753,40) size 0x0
RenderInline {SPAN} at (0,0) size 420x22
RenderText {#text} at (0,46) size 420x22
text run at (0,46) width 420: "Hello. This is text with -webkit-font-smoothing:none."
RenderText {#text} at (420,48) size 4x19
text run at (420,48) width 4: " "
- RenderBR {BR} at (424,63) size 0x0
+ LayoutBR {BR} at (424,63) size 0x0
RenderInline {SPAN} at (0,0) size 469x22
RenderText {#text} at (0,69) size 469x22
text run at (0,69) width 469: "Hello. This is text with -webkit-font-smoothing:antialiased."
RenderText {#text} at (469,71) size 4x19
text run at (469,71) width 4: " "
- RenderBR {BR} at (473,86) size 0x0
+ LayoutBR {BR} at (473,86) size 0x0
RenderInline {SPAN} at (0,0) size 777x45
RenderText {#text} at (0,92) size 777x45
text run at (0,92) width 777: "Hello. This is text with -webkit-font-smoothing:subpixel-antialiased. It should look like absolutely"
text run at (0,115) width 94: "regular text."
RenderText {#text} at (94,117) size 4x19
text run at (94,117) width 4: " "
- RenderBR {BR} at (98,132) size 0x0
+ LayoutBR {BR} at (98,132) size 0x0

Powered by Google App Engine
This is Rietveld 408576698