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

Unified Diff: third_party/WebKit/LayoutTests/svg/clip-path/clip-path-css-transform-2-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/svg/clip-path/clip-path-css-transform-2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/clip-path/clip-path-css-transform-2-expected.txt b/third_party/WebKit/LayoutTests/svg/clip-path/clip-path-css-transform-2-expected.txt
index b6d2e6ff383a705318837649c4e115a849ff92ca..e1aa9f13c7b6b157e86facab7793057af88eaf2f 100644
--- a/third_party/WebKit/LayoutTests/svg/clip-path/clip-path-css-transform-2-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/clip-path/clip-path-css-transform-2-expected.txt
@@ -1,11 +1,11 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
- LayoutSVGRoot {svg} at (20,20) size 200x200
+ LayoutSVGRoot {svg} at (0,0) size 800x600
LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=userSpaceOnUse]
LayoutSVGEllipse {circle} at (0,0) size 20x20 [fill={[type=SOLID] [color=#000000]}] [cx=10.00] [cy=10.00] [r=10.00]
LayoutSVGEllipse {circle} at (21,21) size 198x198 [fill={[type=SOLID] [color=#FF0000]}] [cx=120.00] [cy=120.00] [r=99.00]
- LayoutSVGContainer {a} at (20,20) size 200x200
- LayoutSVGRect {rect} at (20,20) size 200x200 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=220.00] [height=220.00]
+ LayoutSVGContainer {a} at (0,0) size 220x220
+ LayoutSVGRect {rect} at (0,0) size 220x220 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=220.00] [height=220.00]
[clipPath="clip"] LayoutSVGResourceClipper {clipPath} at (20,20) size 200x200

Powered by Google App Engine
This is Rietveld 408576698