Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / in-html / overflow-repaint-expected.html
1 <!doctype html>
2 <head>
3         <style>
4                 div {
5                         height:100px; width:100px;
6                 }
7                 div + div { background: green; }
8         </style>
9 </head>
10 <body>
11         <div>
12                 <svg id="svg" height="100" width="100" viewbox="0 0 100 100">
13                         <rect y="100" width="100" height="100" fill="red"/>
14                 </svg>
15         </div>
16         <div></div>
17 </body>