| OLD | NEW |
| 1 <script> | 1 <script> |
| 2 // We need to dump the image to get the crash but we don't care about the la
yout information. | 2 // We need to dump the image to get the crash but we don't care about the la
yout information. |
| 3 if (window.testRunner) | 3 if (window.testRunner) |
| 4 testRunner.dumpAsText(true); | 4 testRunner.dumpAsTextWithPixelResults(); |
| 5 </script> | 5 </script> |
| 6 <style> | 6 <style> |
| 7 *{ | 7 *{ |
| 8 -webkit-mask-image:none,none,url(x); | 8 -webkit-mask-image:none,none,url(x); |
| 9 } | 9 } |
| 10 </style> | 10 </style> |
| 11 <p style="position:absolute; top: -1000px">https://bugs.webkit.org/show_bug.cgi?
id=50151 : Crash in RenderBox::paintMaskImages due to a mask without an associat
ed image<br> | 11 <p style="position:absolute; top: -1000px">https://bugs.webkit.org/show_bug.cgi?
id=50151 : Crash in RenderBox::paintMaskImages due to a mask without an associat
ed image<br> |
| 12 The test passes if it does not CRASH (normally the output is a white page)</p> | 12 The test passes if it does not CRASH (normally the output is a white page)</p> |
| OLD | NEW |