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

Unified Diff: third_party/WebKit/LayoutTests/svg/filters/big-sized-filter-2-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/svg/filters/big-sized-filter-2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/filters/big-sized-filter-2-expected.txt b/third_party/WebKit/LayoutTests/svg/filters/big-sized-filter-2-expected.txt
index 1a8819b49c499b48e8e4b07f6806de2596956c09..0865c6d11cb4dae5fde21b72813823d30a467437 100644
--- a/third_party/WebKit/LayoutTests/svg/filters/big-sized-filter-2-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/filters/big-sized-filter-2-expected.txt
@@ -5,6 +5,6 @@ layer at (0,0) size 800x600
LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceFilter {filter} [id="filter"] [filterUnits=userSpaceOnUse] [primitiveUnits=userSpaceOnUse]
[feFlood flood-color="#008000" flood-opacity="1.00"]
- LayoutSVGContainer {g} at (0,0) size 800x600
- LayoutSVGRect {rect} at (0,0) size 800x600 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=20.00] [height=20.00]
+ LayoutSVGContainer {g} at (0,0) size 20x20
+ LayoutSVGRect {rect} at (0,0) size 20x20 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=20.00] [height=20.00]
[filter="filter"] LayoutSVGResourceFilter {filter} at (0,0) size 20000x20000

Powered by Google App Engine
This is Rietveld 408576698