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

Unified Diff: LayoutTests/platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt

Issue 933953003: Move the remaining rendering/svg/RenderSVG* files to layout. (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/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt
diff --git a/LayoutTests/platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt b/LayoutTests/platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt
index e52155e921593a0e98db3aa5021dd57a73bfd7bb..c592a41c5ba3ef810994911bf873aa6b9d0f5fa9 100644
--- a/LayoutTests/platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt
+++ b/LayoutTests/platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt
@@ -1,15 +1,15 @@
layer at (0,0) size 800x600 clip at (0,0) size 785x585 scrollWidth 933 scrollHeight 1037
RenderView at (0,0) size 800x600
layer at (0,0) size 933x1037 backgroundClip at (0,0) size 785x585 clip at (0,0) size 785x585 outlineClip at (0,0) size 785x585
- RenderSVGRoot {svg} at (186,73) size 551x765
+ LayoutSVGRoot {svg} at (186,73) size 551x765
LayoutSVGContainer {g} at (186,73) size 551x765
LayoutSVGText {text} at (179,35) size 92x19 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 92x19
chunk 1 (middle anchor) text run 1 at (179.01,50.00) startOffset 0 endOffset 12 width 91.98: "Mask Regions"
LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceLinearGradient {linearGradient} [id="maskedGradient"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,1)]
- RenderSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
- RenderSVGGradientStop {stop} [offset=1.00] [color=#FF0000]
+ LayoutSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
+ LayoutSVGGradientStop {stop} [offset=1.00] [color=#FF0000]
LayoutSVGRect {rect} at (0,0) size 208x166 [fill={[type=LINEAR-GRADIENT] [id="maskedGradient"]}] [x=0.00] [y=0.00] [width=100.00] [height=80.00]
LayoutSVGResourceMasker {mask} [id="mask_1"] [maskUnits=objectBoundingBox] [maskContentUnits=userSpaceOnUse]
LayoutSVGEllipse {circle} at (10,0) size 84x83 [fill={[type=SOLID] [color=#FFFFFF]}] [cx=25.00] [cy=20.00] [r=20.00]

Powered by Google App Engine
This is Rietveld 408576698