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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/svg/in-html/circle-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/in-html/circle-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/in-html/circle-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/in-html/circle-expected.txt
index 4dbf2f3f6b251a29116c4253b215387d3a4330b2..e9c31359189bbce1045e4cbb3ab0953787db7dc0 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/in-html/circle-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/svg/in-html/circle-expected.txt
@@ -7,6 +7,6 @@ layer at (0,0) size 800x215
LayoutText {#text} at (0,0) size 176x19
text run at (0,0) width 176: "This circle is drawn via SVG."
LayoutBlockFlow (anonymous) at (0,36) size 784x155
- LayoutSVGRoot {svg} at (8,52) size 40x40
- LayoutSVGEllipse {circle} at (8,52) size 40x40 [fill={[type=SOLID] [color=#008000]}] [cx=20.00] [cy=20.00] [r=20.00]
+ LayoutSVGRoot {svg} at (0,0) size 300x150
+ LayoutSVGEllipse {circle} at (0,0) size 40x40 [fill={[type=SOLID] [color=#008000]}] [cx=20.00] [cy=20.00] [r=20.00]
LayoutText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698