Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / webkit-mask-crash-td.html
1 <!DOCTYPE html>
2 <head>
3 <style>
4 .f {
5     -webkit-mask:-webkit-gradient(linear, left top, left bottom, from(#E7E7E7), to(#CFCFCF));
6 }
7 </style>
8 </head>
9 <body>
10 <table>
11 <tr class="f">
12 <td>
13 <script>
14     if (window.internals) {
15         testRunner.dumpAsText();
16         internals.paintControlTints(document);
17     }
18 </script>
19 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>
20 This test has PASSED (no crash).
21 </body>
22 </html>