diff options
author | dsinclair@chromium.org <dsinclair@chromium.org> | 2015-02-13 18:50:12 +0000 |
---|---|---|
committer | dsinclair@chromium.org <dsinclair@chromium.org> | 2015-02-13 18:50:12 +0000 |
commit | 5573cf378bf18cb531cc55bbc2202debbf2220dc (patch) | |
tree | 9226d514f07a7a9554cdd9c5ad1109f30f2fb85c /third_party/WebKit/LayoutTests/platform/linux/http/tests | |
parent | 15f229afa25ce6caf57d8965fe02ab114b1ff476 (diff) | |
download | chromium_src-5573cf378bf18cb531cc55bbc2202debbf2220dc.zip chromium_src-5573cf378bf18cb531cc55bbc2202debbf2220dc.tar.gz chromium_src-5573cf378bf18cb531cc55bbc2202debbf2220dc.tar.bz2 |
Moving RenderSVG* files from rendering/ to layout/
This CL moves:
* RenderSVGEllipse
* RenderSVGForeignObject
* RenderSVGImage
* RenderSVGPath
* RenderSVGShape
* RenderSVGTSpan
BUG=450612
TBR=jchaffraix@chromium.org
Review URL: https://codereview.chromium.org/927583002
git-svn-id: svn://svn.chromium.org/blink/trunk@190158 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/platform/linux/http/tests')
2 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/platform/linux/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt index c1b0da6..83c8336 100644 --- a/third_party/WebKit/LayoutTests/platform/linux/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt +++ b/third_party/WebKit/LayoutTests/platform/linux/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt @@ -11,4 +11,4 @@ layer at (8,8) size 769x769 backgroundClip at (0,0) size 785x600 clip at (0,0) s layer at (0,0) size 769x769 RenderSVGRoot {svg} at (0,0) size 769x769 LayoutSVGRect {rect} at (0,0) size 769x769 [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=300.00] [height=300.00] - RenderSVGEllipse {circle} at (307,307) size 155x155 [fill={[type=SOLID] [color=#008000]}] [cx=150.00] [cy=150.00] [r=30.00] + LayoutSVGEllipse {circle} at (307,307) size 155x155 [fill={[type=SOLID] [color=#008000]}] [cx=150.00] [cy=150.00] [r=30.00] diff --git a/third_party/WebKit/LayoutTests/platform/linux/http/tests/misc/slow-loading-image-in-pattern-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/http/tests/misc/slow-loading-image-in-pattern-expected.txt index 5c5b542..991ce2e 100644 --- a/third_party/WebKit/LayoutTests/platform/linux/http/tests/misc/slow-loading-image-in-pattern-expected.txt +++ b/third_party/WebKit/LayoutTests/platform/linux/http/tests/misc/slow-loading-image-in-pattern-expected.txt @@ -13,5 +13,5 @@ layer at (10,50) size 406x306 RenderSVGRoot {svg} at (10,50) size 406x306 RenderSVGHiddenContainer {defs} at (0,0) size 0x0 LayoutSVGResourcePattern {pattern} [id="pattern"] [patternUnits=userSpaceOnUse] [patternContentUnits=userSpaceOnUse] - RenderSVGImage {image} at (13,53) size 403x303 + LayoutSVGImage {image} at (13,53) size 403x303 LayoutSVGRect {rect} at (13,53) size 400x300 [fill={[type=PATTERN] [id="pattern"]}] [x=0.00] [y=0.00] [width=400.00] [height=300.00] |