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

Unified Diff: LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt

Issue 923533002: Move RenderSVGContainer to layout/svg/LayoutSVGContainer. (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/W3C-SVG-1.1/masking-opacity-01-b-expected.txt
diff --git a/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt b/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt
index f1b791e561050da681e1beb075b8ecdb98eee5f9..93564da8e1fef20322972ed6711d5bb9afa55489 100644
--- a/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt
+++ b/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt
@@ -2,12 +2,12 @@ layer at (0,0) size 480x360
RenderView at (0,0) size 480x360
layer at (0,0) size 480x360
RenderSVGRoot {svg} at (0,0) size 480x360
- RenderSVGContainer {g} at (10,6) size 441x284
+ LayoutSVGContainer {g} at (10,6) size 441x284
LayoutSVGText {text} at (50,6) size 391x27 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 391x27
chunk 1 text run 1 at (50.00,27.00) startOffset 0 endOffset 37 width 391.00: "Test for opacity property on a group."
RenderSVGRect {rect} at (10,30) size 100x260 [fill={[type=SOLID] [color=#FF0000]}] [x=10.00] [y=30.00] [width=100.00] [height=260.00]
- RenderSVGContainer {g} at (60,50) size 90x50
+ LayoutSVGContainer {g} at (60,50) size 90x50
RenderSVGRect {rect} at (60,50) size 80x40 [fill={[type=SOLID] [color=#0000FF]}] [x=60.00] [y=50.00] [width=80.00] [height=40.00]
RenderSVGRect {rect} at (70,60) size 80x40 [fill={[type=SOLID] [color=#00FF00]}] [x=70.00] [y=60.00] [width=80.00] [height=40.00]
LayoutSVGText {text} at (200,43) size 147x23 contains 1 chunk(s)
@@ -19,7 +19,7 @@ layer at (0,0) size 480x360
LayoutSVGText {text} at (200,79) size 234x23 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 234x23
chunk 1 text run 1 at (200.00,98.00) startOffset 0 endOffset 26 width 234.00: "Green rectangle opacity: 1"
- RenderSVGContainer {g} at (60,110) size 90x50 [opacity=0.50]
+ LayoutSVGContainer {g} at (60,110) size 90x50 [opacity=0.50]
RenderSVGRect {rect} at (60,110) size 80x40 [fill={[type=SOLID] [color=#0000FF]}] [x=60.00] [y=110.00] [width=80.00] [height=40.00]
RenderSVGRect {rect} at (70,120) size 80x40 [fill={[type=SOLID] [color=#00FF00]}] [x=70.00] [y=120.00] [width=80.00] [height=40.00]
LayoutSVGText {text} at (200,103) size 164x23 contains 1 chunk(s)
@@ -31,7 +31,7 @@ layer at (0,0) size 480x360
LayoutSVGText {text} at (200,139) size 234x23 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 234x23
chunk 1 text run 1 at (200.00,158.00) startOffset 0 endOffset 26 width 234.00: "Green rectangle opacity: 1"
- RenderSVGContainer {g} at (60,170) size 90x50
+ LayoutSVGContainer {g} at (60,170) size 90x50
RenderSVGRect {rect} at (60,170) size 80x40 [opacity=0.50] [fill={[type=SOLID] [color=#0000FF]}] [x=60.00] [y=170.00] [width=80.00] [height=40.00]
RenderSVGRect {rect} at (70,180) size 80x40 [opacity=0.50] [fill={[type=SOLID] [color=#00FF00]}] [x=70.00] [y=180.00] [width=80.00] [height=40.00]
LayoutSVGText {text} at (200,163) size 147x23 contains 1 chunk(s)
@@ -43,7 +43,7 @@ layer at (0,0) size 480x360
LayoutSVGText {text} at (200,199) size 251x23 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 251x23
chunk 1 text run 1 at (200.00,218.00) startOffset 0 endOffset 28 width 251.00: "Green rectangle opacity: 0.5"
- RenderSVGContainer {g} at (60,230) size 90x50 [opacity=0.50]
+ LayoutSVGContainer {g} at (60,230) size 90x50 [opacity=0.50]
RenderSVGRect {rect} at (60,230) size 80x40 [opacity=0.50] [fill={[type=SOLID] [color=#0000FF]}] [x=60.00] [y=230.00] [width=80.00] [height=40.00]
RenderSVGRect {rect} at (70,240) size 80x40 [opacity=0.50] [fill={[type=SOLID] [color=#00FF00]}] [x=70.00] [y=240.00] [width=80.00] [height=40.00]
LayoutSVGText {text} at (200,223) size 164x23 contains 1 chunk(s)

Powered by Google App Engine
This is Rietveld 408576698