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

Side by Side Diff: LayoutTests/platform/win-xp/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 784x40 6 RenderBlock {P} at (0,0) size 784x40
7 RenderText {#text} at (0,0) size 766x39 7 RenderText {#text} at (0,0) size 766x39
8 text run at (0,0) width 495: "The first empty image box below should h ave the default grey \"no border\" border. " 8 text run at (0,0) width 495: "The first empty image box below should h ave the default grey \"no border\" border. "
9 text run at (495,0) width 271: "The second should have a 1-pixel solid black" 9 text run at (495,0) width 271: "The second should have a 1-pixel solid black"
10 text run at (0,20) width 264: "border. They should be the same otherwi se." 10 text run at (0,20) width 264: "border. They should be the same otherwi se."
11 RenderBlock (anonymous) at (0,56) size 784x55 11 RenderBlock (anonymous) at (0,56) size 784x55
12 RenderText {#text} at (0,35) size 52x19 12 RenderText {#text} at (0,35) size 52x19
13 text run at (0,35) width 52: "border:0" 13 text run at (0,35) width 52: "border:0"
14 RenderImage {IMG} at (52,0) size 338x50 14 LayoutImage {IMG} at (52,0) size 338x50
15 RenderBlock {HR} at (0,119) size 784x2 [border: (1px inset #EEEEEE)] 15 RenderBlock {HR} at (0,119) size 784x2 [border: (1px inset #EEEEEE)]
16 RenderBlock (anonymous) at (0,129) size 784x57 16 RenderBlock (anonymous) at (0,129) size 784x57
17 RenderText {#text} at (0,37) size 52x19 17 RenderText {#text} at (0,37) size 52x19
18 text run at (0,37) width 52: "border:1" 18 text run at (0,37) width 52: "border:1"
19 RenderImage {IMG} at (52,0) size 340x52 [border: (1px solid #000000)] 19 LayoutImage {IMG} at (52,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