| Index: third_party/WebKit/LayoutTests/svg/overflow/overflow-on-foreignObject.svg
|
| diff --git a/third_party/WebKit/LayoutTests/svg/overflow/overflow-on-foreignObject.svg b/third_party/WebKit/LayoutTests/svg/overflow/overflow-on-foreignObject.svg
|
| index 3a19a363cefd63324fb966bbd52010c1ba7d50d7..c9bc66f78d00dcc0662a05d627d125f8825a96cc 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/overflow/overflow-on-foreignObject.svg
|
| +++ b/third_party/WebKit/LayoutTests/svg/overflow/overflow-on-foreignObject.svg
|
| @@ -2,11 +2,6 @@
|
| <!--
|
| Verify default overflow rules on foreignObject
|
| You should see a 300x300 green rectangle at 100x100 and no scrollbars.
|
| -
|
| - NOTE: This is currently BROKEN in WebKit. We're clipping the viewport of <foreignObject> correctly,
|
| - though for each positioned object a Layer is created, that has no knownledge of the
|
| - size of the <foreignObject> viewport - as <foreignObject> doesn't create a Layer.
|
| - So for now, you'll see an unclipped content area, just as if overflow was visible.
|
| -->
|
| <svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml" width="500" height="500">
|
| <foreignObject x="100" y="100" width="300" height="300">
|
|
|