Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / blending / svg-isolation-object-isolate-expected.html
blob8ea1f5e20d140269ad049b87a74e7a1daf73bea8
1 <!DOCTYPE HTML>
2 <html>
3 <style>
4 div {
5 width: 100px;
6 height: 100px;
7 background-color: blue;
9 </style>
10 <body>
11 <p>The test passes if you see a green square.</p>
12 <div>
13 <object data="resources/green-square.svg" />
14 </div>
15 </body>
16 </html>