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

Unified Diff: third_party/WebKit/LayoutTests/svg/filters/filter-empty-g-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/filter-empty-g-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/filters/filter-empty-g-expected.txt b/third_party/WebKit/LayoutTests/svg/filters/filter-empty-g-expected.txt
index dc93663780d115c113998887f84fd8a4635f9280..9aba58d11c9d8e0f5406b14b83ce3e0152d438a1 100644
--- a/third_party/WebKit/LayoutTests/svg/filters/filter-empty-g-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/filters/filter-empty-g-expected.txt
@@ -6,6 +6,6 @@ layer at (0,0) size 800x600
LayoutSVGResourceFilter {filter} [id="foo"] [filterUnits=userSpaceOnUse] [primitiveUnits=userSpaceOnUse]
[feGaussianBlur stdDeviation="3.00, 3.00"]
[SourceAlpha]
- LayoutSVGContainer {g} at (0,0) size 800x600
- LayoutSVGContainer {g} at (0,0) size 800x600
+ LayoutSVGContainer {g} at (0,0) size 0x0
+ LayoutSVGContainer {g} at (0,0) size 0x0
[filter="foo"] LayoutSVGResourceFilter {filter} at (-80,-60) size 960x720

Powered by Google App Engine
This is Rietveld 408576698