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

Unified Diff: third_party/WebKit/LayoutTests/svg/filters/filteredImage-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/filteredImage-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/filters/filteredImage-expected.txt b/third_party/WebKit/LayoutTests/svg/filters/filteredImage-expected.txt
index bc179fb16a6cb957188cca5a588a8438e900d53b..62967738fb02d86394334a4643fd001e74644ace 100644
--- a/third_party/WebKit/LayoutTests/svg/filters/filteredImage-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/filters/filteredImage-expected.txt
@@ -1,10 +1,10 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
- LayoutSVGRoot {svg} at (0,0) size 55x33
+ LayoutSVGRoot {svg} at (0,0) size 800x600
LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceFilter {filter} [id="offset"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
[feOffset dx="0.00" dy="5.00"]
[SourceGraphic]
- LayoutSVGImage {image} at (0,0) size 55x33
+ LayoutSVGImage {image} at (0,0) size 50x30
[filter="offset"] LayoutSVGResourceFilter {filter} at (-5,-3) size 60x36

Powered by Google App Engine
This is Rietveld 408576698