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

Side by Side Diff: LayoutTests/platform/mac/plugins/embed-attributes-style-expected.txt

Issue 930183002: Move and rename RenderEmbeddedObject and RenderIFrame. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rename properly to LayoutIFrame in test expectations. 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 779x36 7 RenderText {#text} at (0,0) size 779x36
8 text run at (0,0) width 406: "This page tests using attributes to set style on embed elements. " 8 text run at (0,0) width 406: "This page tests using attributes to set style on embed elements. "
9 text run at (405,0) width 374: "Previous versions of WebKit supported valign and border," 9 text run at (405,0) width 374: "Previous versions of WebKit supported valign and border,"
10 text run at (0,18) width 44: "which " 10 text run at (0,18) width 44: "which "
11 text run at (43,18) width 459: "didn't match IE and FF. The only speci al support should be for 'hidden.'" 11 text run at (43,18) width 459: "didn't match IE and FF. The only speci al support should be for 'hidden.'"
12 RenderBlock {HR} at (0,52) size 784x2 [border: (1px inset #EEEEEE)] 12 RenderBlock {HR} at (0,52) size 784x2 [border: (1px inset #EEEEEE)]
13 RenderBlock {DIV} at (0,62) size 784x0 13 RenderBlock {DIV} at (0,62) size 784x0
14 RenderBlock {DIV} at (0,62) size 784x104 14 RenderBlock {DIV} at (0,62) size 784x104
15 RenderText {#text} at (50,86) size 126x18 15 RenderText {#text} at (50,86) size 126x18
16 text run at (50,86) width 4: " " 16 text run at (50,86) width 4: " "
17 text run at (54,86) width 122: "valign top attribute" 17 text run at (54,86) width 122: "valign top attribute"
18 RenderBlock {DIV} at (0,166) size 784x104 18 RenderBlock {DIV} at (0,166) size 784x104
19 RenderText {#text} at (50,86) size 132x18 19 RenderText {#text} at (50,86) size 132x18
20 text run at (50,86) width 4: " " 20 text run at (50,86) width 4: " "
21 text run at (54,86) width 128: "border 5px attribute" 21 text run at (54,86) width 128: "border 5px attribute"
22 RenderBlock {DIV} at (0,270) size 784x106 22 RenderBlock {DIV} at (0,270) size 784x106
23 RenderText {#text} at (52,88) size 105x18 23 RenderText {#text} at (52,88) size 105x18
24 text run at (52,88) width 4: " " 24 text run at (52,88) width 4: " "
25 text run at (56,88) width 101: "hidden attribute" 25 text run at (56,88) width 101: "hidden attribute"
26 layer at (8,70) size 50x100 26 layer at (8,70) size 50x100
27 RenderEmbeddedObject {EMBED} at (0,0) size 50x100 27 LayoutEmbeddedObject {EMBED} at (0,0) size 50x100
28 layer at (8,174) size 50x100 28 layer at (8,174) size 50x100
29 RenderEmbeddedObject {EMBED} at (0,0) size 50x100 29 LayoutEmbeddedObject {EMBED} at (0,0) size 50x100
30 layer at (8,278) size 52x102 30 layer at (8,278) size 52x102
31 RenderEmbeddedObject {EMBED} at (0,0) size 52x102 [border: (1px dashed #000000 )] 31 LayoutEmbeddedObject {EMBED} at (0,0) size 52x102 [border: (1px dashed #000000 )]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698