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

Side by Side Diff: LayoutTests/platform/mac/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 unified diff | Download patch
OLDNEW
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 RenderBlock {HTML} at (0,0) size 800x600 4 RenderBlock {HTML} at (0,0) size 800x600
5 RenderBody {BODY} at (8,8) size 784x584 5 RenderBody {BODY} at (8,8) size 784x584
6 RenderInline {SPAN} at (0,0) size 298x23 6 RenderInline {SPAN} at (0,0) size 298x23
7 RenderText {#text} at (0,0) size 298x23 7 RenderText {#text} at (0,0) size 298x23
8 text run at (0,0) width 298: "Hello. This is absolutely regular text." 8 text run at (0,0) width 298: "Hello. This is absolutely regular text."
9 RenderText {#text} at (297,4) size 5x18 9 RenderText {#text} at (297,4) size 5x18
10 text run at (297,4) width 5: " " 10 text run at (297,4) width 5: " "
11 RenderBR {BR} at (301,18) size 1x0 11 LayoutBR {BR} at (301,18) size 1x0
12 RenderInline {SPAN} at (0,0) size 765x23 12 RenderInline {SPAN} at (0,0) size 765x23
13 RenderText {#text} at (0,23) size 765x23 13 RenderText {#text} at (0,23) size 765x23
14 text run at (0,23) width 765: "Hello. This is text with -webkit-font-s moothing:auto. It should look like absolutely regular text." 14 text run at (0,23) width 765: "Hello. This is text with -webkit-font-s moothing:auto. It should look like absolutely regular text."
15 RenderText {#text} at (764,27) size 5x18 15 RenderText {#text} at (764,27) size 5x18
16 text run at (764,27) width 5: " " 16 text run at (764,27) width 5: " "
17 RenderBR {BR} at (768,41) size 1x0 17 LayoutBR {BR} at (768,41) size 1x0
18 RenderInline {SPAN} at (0,0) size 430x23 18 RenderInline {SPAN} at (0,0) size 430x23
19 RenderText {#text} at (0,46) size 430x23 19 RenderText {#text} at (0,46) size 430x23
20 text run at (0,46) width 430: "Hello. This is text with -webkit-font-s moothing:none." 20 text run at (0,46) width 430: "Hello. This is text with -webkit-font-s moothing:none."
21 RenderText {#text} at (429,50) size 5x18 21 RenderText {#text} at (429,50) size 5x18
22 text run at (429,50) width 5: " " 22 text run at (429,50) width 5: " "
23 RenderBR {BR} at (433,64) size 1x0 23 LayoutBR {BR} at (433,64) size 1x0
24 RenderInline {SPAN} at (0,0) size 477x23 24 RenderInline {SPAN} at (0,0) size 477x23
25 RenderText {#text} at (0,69) size 477x23 25 RenderText {#text} at (0,69) size 477x23
26 text run at (0,69) width 477: "Hello. This is text with -webkit-font-s moothing:antialiased." 26 text run at (0,69) width 477: "Hello. This is text with -webkit-font-s moothing:antialiased."
27 RenderText {#text} at (476,73) size 5x18 27 RenderText {#text} at (476,73) size 5x18
28 text run at (476,73) width 5: " " 28 text run at (476,73) width 5: " "
29 RenderBR {BR} at (480,87) size 1x0 29 LayoutBR {BR} at (480,87) size 1x0
30 RenderInline {SPAN} at (0,0) size 702x46 30 RenderInline {SPAN} at (0,0) size 702x46
31 RenderText {#text} at (0,92) size 702x46 31 RenderText {#text} at (0,92) size 702x46
32 text run at (0,92) width 702: "Hello. This is text with -webkit-font-s moothing:subpixel-antialiased. It should look like" 32 text run at (0,92) width 702: "Hello. This is text with -webkit-font-s moothing:subpixel-antialiased. It should look like"
33 text run at (0,115) width 184: "absolutely regular text." 33 text run at (0,115) width 184: "absolutely regular text."
34 RenderText {#text} at (183,119) size 5x18 34 RenderText {#text} at (183,119) size 5x18
35 text run at (183,119) width 5: " " 35 text run at (183,119) width 5: " "
36 RenderBR {BR} at (187,133) size 1x0 36 LayoutBR {BR} at (187,133) size 1x0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698