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: LayoutTests/platform/win-xp/svg/custom/non-opaque-filters-expected.txt

Issue 908243002: Move rendering/svg/RenderSVGResource* to layout/svg. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months 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: LayoutTests/platform/win-xp/svg/custom/non-opaque-filters-expected.txt
diff --git a/LayoutTests/platform/win-xp/svg/custom/non-opaque-filters-expected.txt b/LayoutTests/platform/win-xp/svg/custom/non-opaque-filters-expected.txt
index d547d067e4cfcf12133630216155896439c67959..800bb008fe86452049c66d685af281eed82fb8bb 100644
--- a/LayoutTests/platform/win-xp/svg/custom/non-opaque-filters-expected.txt
+++ b/LayoutTests/platform/win-xp/svg/custom/non-opaque-filters-expected.txt
@@ -3,12 +3,12 @@ layer at (0,0) size 800x600
layer at (0,0) size 800x600
RenderSVGRoot {svg} at (0,0) size 131x64
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
- RenderSVGResourceFilter {filter} [id="gblur"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+ LayoutSVGResourceFilter {filter} [id="gblur"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
[feGaussianBlur stdDeviation="0.00, 0.00"]
[SourceGraphic]
RenderSVGContainer {g} at (0,0) size 96x44 [opacity=0.50]
RenderSVGRect {rect} at (0,0) size 96x44 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=87.00] [height=40.00]
- [filter="gblur"] RenderSVGResourceFilter {filter} at (-8.70,-4) size 104.40x48
+ [filter="gblur"] LayoutSVGResourceFilter {filter} at (-8.70,-4) size 104.40x48
RenderSVGText {text} at (0,45) size 131x19 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 131x19
chunk 1 text run 1 at (0.00,60.00) startOffset 0 endOffset 22 width 131.00: "This should not crash."

Powered by Google App Engine
This is Rietveld 408576698