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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/object-sizing-no-width-height-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/custom/object-sizing-no-width-height-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/object-sizing-no-width-height-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/object-sizing-no-width-height-expected.txt
index 27027b03972a9e2430432970a1c53665acc1b1a3..44780c3263c35e8a46283a43d1f05f896b6bd1e0 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/object-sizing-no-width-height-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/custom/object-sizing-no-width-height-expected.txt
@@ -10,5 +10,5 @@ layer at (8,8) size 769x769 backgroundClip at (0,0) size 785x600 clip at (0,0) s
LayoutView at (0,0) size 769x769
layer at (0,0) size 769x769
LayoutSVGRoot {svg} at (0,0) size 769x769
- LayoutSVGRect {rect} at (0,0) size 769x769 [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=300.00] [height=300.00]
- LayoutSVGEllipse {circle} at (307,307) size 155x155 [fill={[type=SOLID] [color=#008000]}] [cx=150.00] [cy=150.00] [r=30.00]
+ LayoutSVGRect {rect} at (0,0) size 300x300 [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=300.00] [height=300.00]
+ LayoutSVGEllipse {circle} at (120,120) size 60x60 [fill={[type=SOLID] [color=#008000]}] [cx=150.00] [cy=150.00] [r=30.00]

Powered by Google App Engine
This is Rietveld 408576698