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

Side by Side Diff: LayoutTests/platform/linux/fast/transforms/transform-on-inline-expected.txt

Issue 898783003: Move rendering/RenderLayer* to layout/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | Annotate | Revision Log
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 784x576 5 RenderBody {BODY} at (8,8) size 784x576
6 RenderBlock {P} at (0,0) size 784x20 6 RenderBlock {P} at (0,0) size 784x20
7 RenderText {#text} at (0,0) size 27x19 7 RenderText {#text} at (0,0) size 27x19
8 text run at (0,0) width 27: "The " 8 text run at (0,0) width 27: "The "
9 RenderInline {SPAN} at (0,0) size 131x19 9 RenderInline {SPAN} at (0,0) size 131x19
10 RenderText {#text} at (27,0) size 131x19 10 RenderText {#text} at (27,0) size 131x19
11 text run at (27,0) width 131: "span in this paragraph" 11 text run at (27,0) width 131: "span in this paragraph"
12 RenderText {#text} at (158,0) size 282x19 12 RenderText {#text} at (158,0) size 282x19
13 text run at (158,0) width 282: " has a transform, which has no effect on inlines." 13 text run at (158,0) width 282: " has a transform, which has no effect on inlines."
14 RenderBlock {P} at (0,36) size 784x20 14 RenderBlock {P} at (0,36) size 784x20
15 RenderText {#text} at (0,0) size 27x19 15 RenderText {#text} at (0,0) size 27x19
16 text run at (0,0) width 27: "The " 16 text run at (0,0) width 27: "The "
17 RenderText {#text} at (158,0) size 585x19 17 RenderText {#text} at (158,0) size 585x19
18 text run at (158,0) width 585: " has a transform, which has no effect on inlines. It also has opacity to throw it into a RenderLayer." 18 text run at (158,0) width 585: " has a transform, which has no effect on inlines. It also has opacity to throw it into a Layer."
19 RenderBlock {P} at (0,72) size 784x20 19 RenderBlock {P} at (0,72) size 784x20
20 RenderText {#text} at (0,0) size 27x19 20 RenderText {#text} at (0,0) size 27x19
21 text run at (0,0) width 27: "The " 21 text run at (0,0) width 27: "The "
22 RenderText {#text} at (158,0) size 519x19 22 RenderText {#text} at (158,0) size 519x19
23 text run at (158,0) width 519: " has a transform and opacity, and is a n inline-block. So it should respect the transform." 23 text run at (158,0) width 519: " has a transform and opacity, and is a n inline-block. So it should respect the transform."
24 layer at (8,44) size 131x19 transparent 24 layer at (8,44) size 131x19 transparent
25 RenderInline {SPAN} at (0,0) size 131x19 25 RenderInline {SPAN} at (0,0) size 131x19
26 RenderText {#text} at (27,0) size 131x19 26 RenderText {#text} at (27,0) size 131x19
27 text run at (27,0) width 131: "span in this paragraph" 27 text run at (27,0) width 131: "span in this paragraph"
28 layer at (35,80) size 131x20 transparent 28 layer at (35,80) size 131x20 transparent
29 RenderBlock {SPAN} at (27,0) size 131x20 29 RenderBlock {SPAN} at (27,0) size 131x20
30 RenderText {#text} at (0,0) size 131x19 30 RenderText {#text} at (0,0) size 131x19
31 text run at (0,0) width 131: "span in this paragraph" 31 text run at (0,0) width 131: "span in this paragraph"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698