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

Side by Side Diff: LayoutTests/platform/win/css3/filters/effect-reference-ordering-hw-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 RenderSVGRoot {svg} at (8,118) size 0x0 6 RenderSVGRoot {svg} at (8,118) size 0x0
7 RenderSVGHiddenContainer {defs} at (0,0) size 0x0 7 RenderSVGHiddenContainer {defs} at (0,0) size 0x0
8 LayoutSVGResourceFilter {filter} [id="blurX"] [filterUnits=objectBound ingBox] [primitiveUnits=userSpaceOnUse] 8 LayoutSVGResourceFilter {filter} [id="blurX"] [filterUnits=objectBound ingBox] [primitiveUnits=userSpaceOnUse]
9 [feGaussianBlur stdDeviation="5.00, 0.00"] 9 [feGaussianBlur stdDeviation="5.00, 0.00"]
10 [SourceGraphic] 10 [SourceGraphic]
11 LayoutSVGResourceFilter {filter} [id="blurY"] [filterUnits=objectBound ingBox] [primitiveUnits=userSpaceOnUse] 11 LayoutSVGResourceFilter {filter} [id="blurY"] [filterUnits=objectBound ingBox] [primitiveUnits=userSpaceOnUse]
12 [feGaussianBlur stdDeviation="0.00, 5.00"] 12 [feGaussianBlur stdDeviation="0.00, 5.00"]
13 [SourceGraphic] 13 [SourceGraphic]
14 RenderText {#text} at (0,96) size 4x17 14 RenderText {#text} at (0,96) size 4x17
15 text run at (0,96) width 4: " " 15 text run at (0,96) width 4: " "
16 RenderText {#text} at (0,0) size 0x0 16 RenderText {#text} at (0,0) size 0x0
17 RenderText {#text} at (184,96) size 4x17 17 RenderText {#text} at (184,96) size 4x17
18 text run at (184,96) width 4: " " 18 text run at (184,96) width 4: " "
19 RenderText {#text} at (368,96) size 4x17 19 RenderText {#text} at (368,96) size 4x17
20 text run at (368,96) width 4: " " 20 text run at (368,96) width 4: " "
21 RenderText {#text} at (552,96) size 4x17 21 RenderText {#text} at (552,96) size 4x17
22 text run at (552,96) width 4: " " 22 text run at (552,96) width 4: " "
23 RenderText {#text} at (0,0) size 0x0 23 RenderText {#text} at (0,0) size 0x0
24 layer at (22,18) size 160x90 24 layer at (22,18) size 160x90
25 RenderImage {IMG} at (14,10) size 160x90 25 LayoutImage {IMG} at (14,10) size 160x90
26 layer at (206,18) size 160x90 26 layer at (206,18) size 160x90
27 RenderImage {IMG} at (198,10) size 160x90 27 LayoutImage {IMG} at (198,10) size 160x90
28 layer at (390,18) size 160x90 28 layer at (390,18) size 160x90
29 RenderImage {IMG} at (382,10) size 160x90 29 LayoutImage {IMG} at (382,10) size 160x90
30 layer at (574,18) size 160x90 30 layer at (574,18) size 160x90
31 RenderImage {IMG} at (566,10) size 160x90 31 LayoutImage {IMG} at (566,10) size 160x90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698