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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/http/tests/misc/slow-loading-image-in-pattern-expected.txt

Issue 2521473002: Change SVG layout tree output to be more meaningful and consistent (Closed)
Patch Set: - Created 4 years 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 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x52 3 layer at (0,0) size 800x52
4 LayoutBlockFlow {HTML} at (0,0) size 800x52 4 LayoutBlockFlow {HTML} at (0,0) size 800x52
5 LayoutBlockFlow {BODY} at (8,8) size 784x36 5 LayoutBlockFlow {BODY} at (8,8) size 784x36
6 LayoutText {#text} at (0,0) size 640x17 6 LayoutText {#text} at (0,0) size 640x17
7 text run at (0,0) width 640: "This tests slow loading png images referen ced from a image element inside a SVG pattern resource." 7 text run at (0,0) width 640: "This tests slow loading png images referen ced from a image element inside a SVG pattern resource."
8 LayoutBR {BR} at (639,0) size 1x17 8 LayoutBR {BR} at (639,0) size 1x17
9 LayoutText {#text} at (0,18) size 572x17 9 LayoutText {#text} at (0,18) size 572x17
10 text run at (0,18) width 572: "You should see a 400x300 rect containing a tiled rendering of the Acid3 reference image." 10 text run at (0,18) width 572: "You should see a 400x300 rect containing a tiled rendering of the Acid3 reference image."
11 LayoutText {#text} at (0,0) size 0x0 11 LayoutText {#text} at (0,0) size 0x0
12 layer at (10,50) size 406x306 12 layer at (10,50) size 406x306
13 LayoutSVGRoot (positioned) {svg} at (10,50) size 406x306 13 LayoutSVGRoot (positioned) {svg} at (10,50) size 406x306
14 LayoutSVGHiddenContainer {defs} at (0,0) size 0x0 14 LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
15 LayoutSVGResourcePattern {pattern} [id="pattern"] [patternUnits=userSpaceO nUse] [patternContentUnits=userSpaceOnUse] 15 LayoutSVGResourcePattern {pattern} [id="pattern"] [patternUnits=userSpaceO nUse] [patternContentUnits=userSpaceOnUse]
16 LayoutSVGImage {image} at (13,53) size 400x300 16 LayoutSVGImage {image} at (0,0) size 800x600
17 LayoutSVGRect {rect} at (13,53) size 400x300 [fill={[type=PATTERN] [id="patt ern"]}] [x=0.00] [y=0.00] [width=400.00] [height=300.00] 17 LayoutSVGRect {rect} at (0,0) size 400x300 [fill={[type=PATTERN] [id="patter n"]}] [x=0.00] [y=0.00] [width=400.00] [height=300.00]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698