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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/use-css-no-effect-on-shadow-tree-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/use-css-no-effect-on-shadow-tree-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt
index 536948d1c5512c70b8bf21279a50afd7268462b8..64ebfc94155adc841d44c21d8074edfb03492dbf 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt
@@ -1,10 +1,10 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 454x113
- LayoutSVGRoot {svg} at (0,0) size 454x113
- LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
- LayoutSVGPath {path} at (113,18) size 228x77 [stroke={[type=SOLID] [color=#FF0000] [opacity=0.50] [miter limit=10.00] [line join=BEVEL] [dash array={300.00, 100.00}]}] [fill={[type=SOLID] [color=#000000]}] [data="M 300 50 L 900 50 L 900 250 L 300 250"]
- LayoutSVGRect {rect} at (0,0) size 454x113 [stroke={[type=SOLID] [color=#0000FF] [stroke width=3.00]}] [x=0.00] [y=0.00] [width=1200.00] [height=300.00]
- LayoutSVGContainer {g} at (105,11) size 243x92
- LayoutSVGContainer {use} at (105,11) size 243x92
- LayoutSVGPath {path} at (105,11) size 243x92 [stroke={[type=SOLID] [color=#FF0000] [opacity=0.50] [stroke width=40.00] [line cap=ROUND] [line join=BEVEL] [dash offset=50.00] [dash array={300.00, 100.00}]}] [fill={[type=SOLID] [color=#0000FF] [opacity=0.50]}] [data="M 300 50 L 900 50 L 900 250 L 300 250"]
+ LayoutSVGRoot {svg} at (0,0) size 453.53x113.38
+ LayoutSVGHiddenContainer {defs} at (300,50) size 600x200
+ LayoutSVGPath {path} at (300,50) size 600x200 [stroke={[type=SOLID] [color=#FF0000] [opacity=0.50] [miter limit=10.00] [line join=BEVEL] [dash array={300.00, 100.00}]}] [fill={[type=SOLID] [color=#000000]}] [data="M 300 50 L 900 50 L 900 250 L 300 250"]
+ LayoutSVGRect {rect} at (0,0) size 1200x300 [stroke={[type=SOLID] [color=#0000FF] [stroke width=3.00]}] [x=0.00] [y=0.00] [width=1200.00] [height=300.00]
+ LayoutSVGContainer {g} at (300,50) size 600x200
+ LayoutSVGContainer {use} at (300,50) size 600x200
+ LayoutSVGPath {path} at (300,50) size 600x200 [stroke={[type=SOLID] [color=#FF0000] [opacity=0.50] [stroke width=40.00] [line cap=ROUND] [line join=BEVEL] [dash offset=50.00] [dash array={300.00, 100.00}]}] [fill={[type=SOLID] [color=#0000FF] [opacity=0.50]}] [data="M 300 50 L 900 50 L 900 250 L 300 250"]

Powered by Google App Engine
This is Rietveld 408576698