| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <body> | 3 <body> |
| 4 <script> | 4 <script> |
| 5 if (window.testRunner) { | 5 if (window.testRunner) { |
| 6 testRunner.waitUntilDone(); | 6 testRunner.waitUntilDone(); |
| 7 testRunner.dumpAsText(); | 7 testRunner.dumpAsText(); |
| 8 } | 8 } |
| 9 | 9 |
| 10 paintWorklet.import('resources/global-interface-listing-worklet.js').then(fu
nction() { | 10 animationWorklet.import('resources/global-interface-listing-worklet.js').the
n(function() { |
| 11 if (window.testRunner) { | 11 if (window.testRunner) { |
| 12 testRunner.notifyDone(); | 12 testRunner.notifyDone(); |
| 13 } | 13 } |
| 14 }); | 14 }); |
| 15 </script> | 15 </script> |
| 16 </body> | 16 </body> |
| 17 </html> | 17 </html> |
| OLD | NEW |