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

Unified Diff: third_party/WebKit/LayoutTests/svg/clip-path/clip-in-clip-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-in-clip-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/clip-path/clip-in-clip-expected.txt b/third_party/WebKit/LayoutTests/svg/clip-path/clip-in-clip-expected.txt
index b6ea4e30c498a57207103919e6447fc3da769b4b..94a076a6e4e1fbc8519cfacbfd46500c851524b3 100644
--- a/third_party/WebKit/LayoutTests/svg/clip-path/clip-in-clip-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/clip-path/clip-in-clip-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 (10,19) size 20x11
+ LayoutSVGRoot {svg} at (0,0) size 800x600
LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceClipper {clipPath} [id="clipper"] [clipPathUnits=userSpaceOnUse]
LayoutSVGRect {rect} at (10,19) size 20x11 [fill={[type=SOLID] [color=#000000]}] [x=10.00] [y=19.00] [width=20.00] [height=11.00]
LayoutSVGResourceClipper {clipPath} [id="nested-clipper"] [clipPathUnits=userSpaceOnUse]
LayoutSVGRect {rect} at (10,10) size 20x11 [fill={[type=SOLID] [color=#000000]}] [x=10.00] [y=10.00] [width=20.00] [height=11.00]
- LayoutSVGContainer {g} at (10,19) size 20x11
+ LayoutSVGContainer {g} at (8,8) size 24x24
[clipPath="clipper"] LayoutSVGResourceClipper {clipPath} at (10,19) size 20x11
LayoutSVGRect {rect} at (8,8) size 24x24 [fill={[type=SOLID] [color=#FF0000]}] [x=8.00] [y=8.00] [width=24.00] [height=24.00]
LayoutSVGRect {rect} at (10,19) size 20x2 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=19.00] [width=20.00] [height=2.00]

Powered by Google App Engine
This is Rietveld 408576698