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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/svg/as-object/svg-embedded-in-html-in-iframe-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/as-object/svg-embedded-in-html-in-iframe-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt
index 3671452b2f6f193ccd6faf93797baded67527572..456fbfbc2d2606891dd421a14701faeaca812433 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt
@@ -11,5 +11,5 @@ layer at (8,8) size 784x150
layer at (0,0) size 784x121
LayoutBlockFlow {HTML} at (0,0) size 784x121
LayoutBlockFlow {BODY} at (8,8) size 768x105
- LayoutSVGRoot {svg} at (8,8) size 100x100
- LayoutSVGEllipse {circle} at (8,8) size 100x100 [fill={[type=SOLID] [color=#0000FF]}] [cx=50.00] [cy=50.00] [r=50.00]
+ LayoutSVGRoot {svg} at (0,0) size 100x100
+ LayoutSVGEllipse {circle} at (0,0) size 100x100 [fill={[type=SOLID] [color=#0000FF]}] [cx=50.00] [cy=50.00] [r=50.00]

Powered by Google App Engine
This is Rietveld 408576698