| Index: third_party/WebKit/LayoutTests/svg/hixie/mixed/011.xml
|
| diff --git a/third_party/WebKit/LayoutTests/svg/hixie/mixed/011.xml b/third_party/WebKit/LayoutTests/svg/hixie/mixed/011.xml
|
| index 0c6d0e51477c5d746b3be5887106736f6931a025..c99da3256ffdf358e1da483e07f41728bea5c5ac 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/hixie/mixed/011.xml
|
| +++ b/third_party/WebKit/LayoutTests/svg/hixie/mixed/011.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" transform="rotate(45)">
|
| <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>
|
|
|