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

Unified Diff: third_party/WebKit/LayoutTests/svg/filters/big-sized-filter-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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/filters/big-sized-filter-expected.txt b/third_party/WebKit/LayoutTests/svg/filters/big-sized-filter-expected.txt
index 3afdda2dea07997e1b99bec8a84a9d9deae38b7f..efff33fcae28b4b41f8e8ffeb0270cb28f160df8 100644
--- a/third_party/WebKit/LayoutTests/svg/filters/big-sized-filter-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/filters/big-sized-filter-expected.txt
@@ -9,6 +9,6 @@ layer at (0,0) size 800x600
LayoutSVGResourceFilter {filter} [id="filter"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
[feOffset dx="0.00" dy="0.00"]
[SourceGraphic]
- LayoutSVGContainer {g} at (0,0) size 800x600
- LayoutSVGRect {rect} at (0,0) size 800x600 [fill={[type=LINEAR-GRADIENT] [id="gradient"]}] [x=0.00] [y=0.00] [width=20000.00] [height=20000.00]
+ LayoutSVGContainer {g} at (0,0) size 20000x20000
+ LayoutSVGRect {rect} at (0,0) size 20000x20000 [fill={[type=LINEAR-GRADIENT] [id="gradient"]}] [x=0.00] [y=0.00] [width=20000.00] [height=20000.00]
[filter="filter"] LayoutSVGResourceFilter {filter} at (-2000,-2000) size 24000x24000

Powered by Google App Engine
This is Rietveld 408576698