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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/svg/text/text-fill-opacity-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/text/text-fill-opacity-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/text/text-fill-opacity-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/text/text-fill-opacity-expected.txt
index b5b6e46b35c0a9d8a83e3e298a71cc80fc94f7a0..b89f45d70ca8e92f2ce6028e87446ab5dd47231a 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/text/text-fill-opacity-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/svg/text/text-fill-opacity-expected.txt
@@ -1,11 +1,11 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 500x100
- LayoutSVGRoot {svg} at (10,0) size 197x100
- LayoutSVGEllipse {circle} at (15,0) size 170x100 [fill={[type=SOLID] [color=#B4B4FA]}] [cx=100.00] [cy=20.00] [r=85.00]
+ LayoutSVGRoot {svg} at (0,0) size 500x100
+ LayoutSVGEllipse {circle} at (15,-65) size 170x170 [fill={[type=SOLID] [color=#B4B4FA]}] [cx=100.00] [cy=20.00] [r=85.00]
LayoutSVGText {text} at (10,9) size 197x46 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 197x46
+ LayoutSVGInlineText {#text} at (10,9) size 197x46
chunk 1 text run 1 at (10.00,45.00) startOffset 0 endOffset 11 width 197.00: "30% opacity"
LayoutSVGText {text} at (10,59) size 197x46 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 197x46
+ LayoutSVGInlineText {#text} at (10,59) size 197x46
chunk 1 text run 1 at (10.00,95.00) startOffset 0 endOffset 11 width 197.00: "30% opacity"

Powered by Google App Engine
This is Rietveld 408576698