Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / masking / clip-path-reference-of-fake-clipPath.html
blob15586fe42fa27db85ec0423f23e34e7f72881081
1 <!DOCTYPE html>
2 <html>
3 <body>
4 Passes if the test does not crash.
5 <svg><mask id="fake-clip-path"></mask></svg>
6 <div style="-webkit-clip-path: url(#fake-clip-path)"></div>
7 <script>
8 if(window.testRunner)
9 testRunner.dumpAsText();
10 </script>
11 </body>
12 </html>