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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/svg/clip-path/clip-path-pixelation-expected.txt

Issue 2521473002: Change SVG layout tree output to be more meaningful and consistent (Closed)
Patch Set: - Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/platform/win/svg/clip-path/clip-path-pixelation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/clip-path/clip-path-pixelation-expected.txt b/third_party/WebKit/LayoutTests/platform/win/svg/clip-path/clip-path-pixelation-expected.txt
index 0a425380d89061a02ae812625dac25630af3503f..f40d0f44057252dde686b5816bb7cfa02d5c0919 100644
--- a/third_party/WebKit/LayoutTests/platform/win/svg/clip-path/clip-path-pixelation-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/svg/clip-path/clip-path-pixelation-expected.txt
@@ -1,13 +1,13 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
- LayoutSVGRoot {svg} at (25,6) size 250x294
+ LayoutSVGRoot {svg} at (0,0) size 800x600
LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceClipper {clipPath} [id="clip-circle"] [clipPathUnits=objectBoundingBox]
- LayoutSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [cx=0.25] [cy=0.25] [r=0.25]
- LayoutSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [cx=0.75] [cy=0.75] [r=0.25]
- LayoutSVGText {text} at (52,6) size 196x17 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 195x17
+ LayoutSVGEllipse {circle} at (0,0) size 0.50x0.50 [fill={[type=SOLID] [color=#000000]}] [cx=0.25] [cy=0.25] [r=0.25]
+ LayoutSVGEllipse {circle} at (0.50,0.50) size 0.50x0.50 [fill={[type=SOLID] [color=#000000]}] [cx=0.75] [cy=0.75] [r=0.25]
+ LayoutSVGText {text} at (52.67,6) size 194.64x17 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (52.67,6) size 194.64x17
chunk 1 (middle anchor) text run 1 at (52.68,20.00) startOffset 0 endOffset 30 width 194.65: "This should not look pixelated"
- LayoutSVGRect {rect} at (25,50) size 250x250 [transform={m=((25.00,0.00)(0.00,25.00)) t=(0.00,0.00)}] [fill={[type=SOLID] [color=#008000]}] [x=1.00] [y=2.00] [width=10.00] [height=10.00]
+ LayoutSVGRect {rect} at (1,2) size 10x10 [transform={m=((25.00,0.00)(0.00,25.00)) t=(0.00,0.00)}] [fill={[type=SOLID] [color=#008000]}] [x=1.00] [y=2.00] [width=10.00] [height=10.00]
[clipPath="clip-circle"] LayoutSVGResourceClipper {clipPath} at (1,2) size 10x10

Powered by Google App Engine
This is Rietveld 408576698