| Index: third_party/WebKit/LayoutTests/svg/hixie/mixed/006.xml
|
| diff --git a/third_party/WebKit/LayoutTests/svg/hixie/mixed/006.xml b/third_party/WebKit/LayoutTests/svg/hixie/mixed/006.xml
|
| index f8025234ea9781e6cfe800d9fe61bffe17b6d424..63c29cef62bdf3296ac8b2261c5c2c7c3dfa284e 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/hixie/mixed/006.xml
|
| +++ b/third_party/WebKit/LayoutTests/svg/hixie/mixed/006.xml
|
| @@ -11,11 +11,11 @@
|
| </head>
|
| <body>
|
| <div class="control">FAIL</div>
|
| - <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200">
|
| + <svg style="overflow: visible" xmlns="http://www.w3.org/2000/svg" width="200" height="200">
|
| <circle cx="100" cy="100" r="50" fill="green"/>
|
| <foreignObject x="0" y="0" width="200" height="200">
|
| <div xmlns="http://www.w3.org/1999/xhtml" class="test"> There should be a green circle below with no red on this page. </div>
|
| </foreignObject>
|
| </svg>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|