jchaffraix@webkit.org | 3b543a3 | 2011-09-21 23:50:54 +0000 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <head> |
| 3 | <style> |
| 4 | .box { |
| 5 | display: table-footer-group; -webkit-mask-box-image: url("bogus.png"); |
| 6 | } |
| 7 | </style> |
| 8 | </head> |
| 9 | <body> |
| 10 | <div class="box"><figure> |
| 11 | <script> |
| 12 | if (window.internals) { |
rniwa@webkit.org | 38608af | 2012-06-19 07:23:13 +0000 | [diff] [blame] | 13 | testRunner.dumpAsText(); |
commit-queue@webkit.org | 55712e8 | 2018-07-17 00:17:45 +0000 | [diff] [blame] | 14 | internals.invalidateControlTints(); |
jchaffraix@webkit.org | 3b543a3 | 2011-09-21 23:50:54 +0000 | [diff] [blame] | 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> |