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

Unified Diff: third_party/WebKit/LayoutTests/svg/overflow/overflow-on-inner-svg-element-defaults-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/overflow/overflow-on-inner-svg-element-defaults-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/overflow/overflow-on-inner-svg-element-defaults-expected.txt b/third_party/WebKit/LayoutTests/svg/overflow/overflow-on-inner-svg-element-defaults-expected.txt
index 58b268d80e496d6d844ac70b1bf816bdc2456462..6c5b69ef34b7f4e2fa74484cd79cb1dc776b2daf 100644
--- a/third_party/WebKit/LayoutTests/svg/overflow/overflow-on-inner-svg-element-defaults-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/overflow/overflow-on-inner-svg-element-defaults-expected.txt
@@ -1,6 +1,6 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 500x500
- LayoutSVGRoot {svg} at (10,10) size 490x490
- LayoutSVGViewportContainer {svg} at (10,10) size 490x490
- LayoutSVGRect {rect} at (10,10) size 490x490 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=4000.00] [height=4000.00]
+ LayoutSVGRoot {svg} at (0,0) size 500x500
+ LayoutSVGViewportContainer {svg} at (0,0) size 4000x4000
+ LayoutSVGRect {rect} at (0,0) size 4000x4000 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=4000.00] [height=4000.00]

Powered by Google App Engine
This is Rietveld 408576698