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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/svg/in-html/circle-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/in-html/circle-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/in-html/circle-expected.txt
index 005ef1c3460536a5aa561c3fefc48206beeac13a..77fe092cd6b87d5bfce82e83754c49407d8564af 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/svg/in-html/circle-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/svg/in-html/circle-expected.txt
@@ -7,6 +7,6 @@ layer at (0,0) size 800x212
LayoutText {#text} at (0,0) size 191x18
text run at (0,0) width 191: "This circle is drawn via SVG."
LayoutBlockFlow (anonymous) at (0,34) size 784x154
- LayoutSVGRoot {svg} at (8,50) size 40x40
- LayoutSVGEllipse {circle} at (8,50) 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