OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <style id='style'> | 4 <style id='style'> |
5 #div { | 5 #div { |
6 -webkit-mask-image: url('resources/remove-animation-element-while-animation-
is-running.svg'); | 6 -webkit-mask-image: url('resources/remove-animation-element-while-animation-
is-running.svg'); |
7 } | 7 } |
8 </style> | 8 </style> |
9 <script> | 9 <script> |
10 if (window.testRunner) | 10 if (window.testRunner) |
(...skipping 12 matching lines...) Expand all Loading... |
23 testRunner.notifyDone(); | 23 testRunner.notifyDone(); |
24 } | 24 } |
25 </script> | 25 </script> |
26 </head> | 26 </head> |
27 <body onload="setupCrash()"> | 27 <body onload="setupCrash()"> |
28 Test for WK110257: This test passes if it does not crash. | 28 Test for WK110257: This test passes if it does not crash. |
29 <div id='div'></div> | 29 <div id='div'></div> |
30 </body> | 30 </body> |
31 </html> | 31 </html> |
32 | 32 |
OLD | NEW |