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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/svg/zoom/page/zoom-hixie-mixed-008-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/zoom/page/zoom-hixie-mixed-008-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.txt
index d98fece73403da103da410ea164764df784f16e3..66b243e3f93f39d6f00aaf624d07becd6d5c0182 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.txt
@@ -7,9 +7,9 @@ layer at (0,0) size 785x666 backgroundClip at (0,0) size 785x600 clip at (0,0) s
LayoutText {#text} at (0,0) size 589x26
text run at (0,0) width 589: "There should be a blue circle with the word \"TEST\" in it below."
LayoutBlockFlow (anonymous) at (0,49.03) size 761.97x582
- LayoutSVGRoot {svg} at (11,72) size 577x577
- LayoutSVGRect {rect} at (11,72) size 577x577 [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=400.00] [height=400.00]
- LayoutSVGEllipse {circle} at (11,72) size 577x577 [fill={[type=SOLID] [color=#000080]}] [cx=200.00] [cy=200.00] [r=200.00]
+ LayoutSVGRoot {svg} at (0,0) size 576x576
+ LayoutSVGRect {rect} at (0,0) size 400x400 [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=400.00] [height=400.00]
+ LayoutSVGEllipse {circle} at (0,0) size 400x400 [fill={[type=SOLID] [color=#000080]}] [cx=200.00] [cy=200.00] [r=200.00]
LayoutSVGForeignObject {foreignObject} at (0,175) size 400x50 [color=#FFFFFF]
LayoutBlockFlow {div} at (0,0) size 400x59
LayoutText {#text} at (140,0) size 120x59

Powered by Google App Engine
This is Rietveld 408576698