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

Side by Side Diff: LayoutTests/platform/win/fast/forms/image-border-expected.txt

Issue 923953002: Move rendering/RenderImage* to layout/LayoutImage* (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 RenderBlock {P} at (0,0) size 784x36 6 RenderBlock {P} at (0,0) size 784x36
7 RenderText {#text} at (0,0) size 781x35 7 RenderText {#text} at (0,0) size 781x35
8 text run at (0,0) width 531: "The first empty image box below should h ave the default grey \"no border\" border. " 8 text run at (0,0) width 531: "The first empty image box below should h ave the default grey \"no border\" border. "
9 text run at (530,0) width 251: "The second should have a 1-pixel solid " 9 text run at (530,0) width 251: "The second should have a 1-pixel solid "
10 text run at (0,18) width 318: "black border. They should be the same o therwise." 10 text run at (0,18) width 318: "black border. They should be the same o therwise."
11 RenderBlock (anonymous) at (0,52) size 784x54 11 RenderBlock (anonymous) at (0,52) size 784x54
12 RenderText {#text} at (0,36) size 55x17 12 RenderText {#text} at (0,36) size 55x17
13 text run at (0,36) width 55: "border:0" 13 text run at (0,36) width 55: "border:0"
14 RenderImage {IMG} at (54.20,0) size 338x50 14 LayoutImage {IMG} at (54.20,0) size 338x50
15 RenderBlock {HR} at (0,114) size 784x2 [border: (1px inset #EEEEEE)] 15 RenderBlock {HR} at (0,114) size 784x2 [border: (1px inset #EEEEEE)]
16 RenderBlock (anonymous) at (0,124) size 784x56 16 RenderBlock (anonymous) at (0,124) size 784x56
17 RenderText {#text} at (0,38) size 55x17 17 RenderText {#text} at (0,38) size 55x17
18 text run at (0,38) width 55: "border:1" 18 text run at (0,38) width 55: "border:1"
19 RenderImage {IMG} at (54.20,0) size 340x52 [border: (1px solid #000000)] 19 LayoutImage {IMG} at (54.20,0) size 340x52 [border: (1px solid #000000)]
20 RenderText {#text} at (0,0) size 0x0 20 RenderText {#text} at (0,0) size 0x0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698