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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/svg/custom/clone-element-with-animated-svg-properties-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/linux/svg/custom/clone-element-with-animated-svg-properties-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/clone-element-with-animated-svg-properties-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/clone-element-with-animated-svg-properties-expected.txt
index afea9acdf894d73b394c3afc342b265ecd899b8c..deab3c748d0a01aa6d23b8aff720600cf24a6703 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/clone-element-with-animated-svg-properties-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/clone-element-with-animated-svg-properties-expected.txt
@@ -7,6 +7,6 @@ layer at (0,0) size 800x600
LayoutText {#text} at (0,0) size 508x19
text run at (0,0) width 508: "Here is an html paragraph. And below is a svg drawing. You should see two ellipses."
LayoutBlockFlow {DIV} at (0,36) size 784x400
- LayoutSVGRoot {svg} at (47,233) size 222x42
- LayoutSVGEllipse {ellipse} at (47,233) size 122x42 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [cx=50.00] [cy=50.00] [rx=30.00] [ry=10.00]
- LayoutSVGEllipse {ellipse} at (147,233) size 122x42 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [cx=100.00] [cy=50.00] [rx=30.00] [ry=10.00]
+ LayoutSVGRoot {svg} at (0,0) size 400x400
+ LayoutSVGEllipse {ellipse} at (20,40) size 60x20 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [cx=50.00] [cy=50.00] [rx=30.00] [ry=10.00]
+ LayoutSVGEllipse {ellipse} at (70,40) size 60x20 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [cx=100.00] [cy=50.00] [rx=30.00] [ry=10.00]

Powered by Google App Engine
This is Rietveld 408576698