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

Unified Diff: LayoutTests/svg/custom/mask-with-all-units-expected.txt

Issue 913143006: Move RenderSVGRect 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/svg/custom/mask-with-all-units-expected.txt
diff --git a/LayoutTests/svg/custom/mask-with-all-units-expected.txt b/LayoutTests/svg/custom/mask-with-all-units-expected.txt
index aae72a15509bd94020729ad2e7e07fb41d5e6814..0c0c6c39d5f4a863e5874d9fc7f1baab179df3a9 100644
--- a/LayoutTests/svg/custom/mask-with-all-units-expected.txt
+++ b/LayoutTests/svg/custom/mask-with-all-units-expected.txt
@@ -4,18 +4,18 @@ layer at (0,0) size 250x250
RenderSVGRoot {svg} at (60,60) size 160x160
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceMasker {mask} [id="mask1"] [maskUnits=userSpaceOnUse] [maskContentUnits=userSpaceOnUse]
- RenderSVGRect {rect} at (60,60) size 50x50 [fill={[type=SOLID] [color=#FFFFFF] [opacity=0.50]}] [x=60.00] [y=60.00] [width=50.00] [height=50.00]
+ LayoutSVGRect {rect} at (60,60) size 50x50 [fill={[type=SOLID] [color=#FFFFFF] [opacity=0.50]}] [x=60.00] [y=60.00] [width=50.00] [height=50.00]
LayoutSVGResourceMasker {mask} [id="mask2"] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
- RenderSVGRect {rect} at (0,0) size 126x1 [fill={[type=SOLID] [color=#FFFFFF] [opacity=0.50]}] [x=0.50] [y=0.50] [width=125.00] [height=0.50]
+ LayoutSVGRect {rect} at (0,0) size 126x1 [fill={[type=SOLID] [color=#FFFFFF] [opacity=0.50]}] [x=0.50] [y=0.50] [width=125.00] [height=0.50]
LayoutSVGResourceMasker {mask} [id="mask3"] [maskUnits=objectBoundingBox] [maskContentUnits=userSpaceOnUse]
- RenderSVGRect {rect} at (60,170) size 50x50 [fill={[type=SOLID] [color=#FFFFFF] [opacity=0.50]}] [x=60.00] [y=170.00] [width=50.00] [height=50.00]
+ LayoutSVGRect {rect} at (60,170) size 50x50 [fill={[type=SOLID] [color=#FFFFFF] [opacity=0.50]}] [x=60.00] [y=170.00] [width=50.00] [height=50.00]
LayoutSVGResourceMasker {mask} [id="mask4"] [maskUnits=userSpaceOnUse] [maskContentUnits=objectBoundingBox]
- RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFFFFF] [opacity=0.50]}] [x=0.50] [y=0.50] [width=0.50] [height=0.50]
- RenderSVGRect {rect} at (60,60) size 50x50 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=10.00] [width=100.00] [height=100.00]
+ LayoutSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFFFFF] [opacity=0.50]}] [x=0.50] [y=0.50] [width=0.50] [height=0.50]
+ LayoutSVGRect {rect} at (60,60) size 50x50 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=10.00] [width=100.00] [height=100.00]
[masker="mask1"] LayoutSVGResourceMasker {mask} at (60,60) size 50x50
- RenderSVGRect {rect} at (170,60) size 50x50 [fill={[type=SOLID] [color=#008000]}] [x=120.00] [y=10.00] [width=100.00] [height=100.00]
+ LayoutSVGRect {rect} at (170,60) size 50x50 [fill={[type=SOLID] [color=#008000]}] [x=120.00] [y=10.00] [width=100.00] [height=100.00]
[masker="mask2"] LayoutSVGResourceMasker {mask} at (170,60) size 60x50
- RenderSVGRect {rect} at (60,170) size 50x50 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=120.00] [width=100.00] [height=100.00]
+ LayoutSVGRect {rect} at (60,170) size 50x50 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=120.00] [width=100.00] [height=100.00]
[masker="mask3"] LayoutSVGResourceMasker {mask} at (60,170) size 50x50
- RenderSVGRect {rect} at (170,170) size 50x50 [fill={[type=SOLID] [color=#008000]}] [x=120.00] [y=120.00] [width=100.00] [height=100.00]
+ LayoutSVGRect {rect} at (170,170) size 50x50 [fill={[type=SOLID] [color=#008000]}] [x=120.00] [y=120.00] [width=100.00] [height=100.00]
[masker="mask4"] LayoutSVGResourceMasker {mask} at (170,170) size 50x50

Powered by Google App Engine
This is Rietveld 408576698