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/svg/stroke/empty-path-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/stroke/empty-path-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/stroke/empty-path-expected.txt b/third_party/WebKit/LayoutTests/svg/stroke/empty-path-expected.txt
index 66058fe24a1be1ccc8295188c9fe9fb6a5a52b02..609dbebebd788709bdd1a2114a49a62b75a41984 100644
--- a/third_party/WebKit/LayoutTests/svg/stroke/empty-path-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/stroke/empty-path-expected.txt
@@ -3,6 +3,6 @@ layer at (0,0) size 800x600
layer at (0,0) size 800x120
LayoutBlockFlow {HTML} at (0,0) size 800x120
LayoutBlockFlow {BODY} at (8,8) size 784x104
- LayoutSVGRoot {svg} at (8,8) size 0x0
- LayoutSVGPath {path} at (8,8) size 0x0 [fill={[type=SOLID] [color=#000000]}] [data=""]
+ LayoutSVGRoot {svg} at (0,0) size 100x100
+ LayoutSVGPath {path} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [data=""]
LayoutText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698