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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/svg/custom/object-sizing-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/mac/svg/custom/object-sizing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/custom/object-sizing-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/custom/object-sizing-expected.txt
index 8588da7bd7684b597a60c0c1444311ef5007cebb..d31b9a1672923d3fc31bc2375362c077011d6d8c 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/svg/custom/object-sizing-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/svg/custom/object-sizing-expected.txt
@@ -39,5 +39,5 @@ layer at (8,8) size 208x208
layer at (0,0) size 208x208
LayoutView at (0,0) size 208x208
layer at (0,0) size 208x208
- LayoutSVGRoot {svg} at (20,20) size 168x168
- LayoutSVGEllipse {circle} at (20,20) size 168x168 [fill={[type=SOLID] [color=#FF0000]}] [cx=25.00] [cy=25.00] [r=20.00]
+ LayoutSVGRoot {svg} at (0,0) size 208x208
+ LayoutSVGEllipse {circle} at (5,5) size 40x40 [fill={[type=SOLID] [color=#FF0000]}] [cx=25.00] [cy=25.00] [r=20.00]

Powered by Google App Engine
This is Rietveld 408576698