Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / webkit-mask-crash-table.html
1 <!DOCTYPE html>
2 <head>
3 <style>
4 *{
5     -webkit-mask-image:none,none,url(x);
6 }
7 </style>
8 </head>
9 </body>
10 <table><tr>
11 <script>
12     if (window.internals) {
13         testRunner.dumpAsText();
14         internals.paintControlTints(document);
15     }
16 </script>
17 Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=68133">68133</a>: Crash in RenderBox::paintMaskImages when GraphicsContext's painting is disabled<br>
18 This test has PASSED (no crash).
19 </body>
20 </html>