summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/css3/compositing/svg-isolation-simple-expected.html
blob: 0067af0bbd4e9a24cc6e9dcc45a9d053935a3511 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<html>
    <body>
        <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="400px" height="400px" style="background: green">
            <g>
                <rect x="100" y="100" width="200" height="200" style="fill: blue;"/>
            </g>
        </svg>
    </body>
</html>