| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="../resources/run-after-layout-and-paint.js"></script> | 4 <script src="../resources/run-after-layout-and-paint.js"></script> |
| 5 <script src="resources/test-runner-paint-worklet.js"></script> | 5 <script src="resources/test-runner-paint-worklet.js"></script> |
| 6 <style> | 6 <style> |
| 7 #output { | 7 #output { |
| 8 width: 100px; | 8 width: 100px; |
| 9 height: 100px; | 9 height: 100px; |
| 10 background-image: paint(rects); | 10 background-image: paint(rects); |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 ctx.strokeRect(20, 20, 60, 60); | 28 ctx.strokeRect(20, 20, 60, 60); |
| 29 } | 29 } |
| 30 }); | 30 }); |
| 31 </script> | 31 </script> |
| 32 | 32 |
| 33 <script> | 33 <script> |
| 34 importPaintWorkletAndTerminateTestAfterAsyncPaint(document.getElementById('c
ode').textContent); | 34 importPaintWorkletAndTerminateTestAfterAsyncPaint(document.getElementById('c
ode').textContent); |
| 35 </script> | 35 </script> |
| 36 </body> | 36 </body> |
| 37 </html> | 37 </html> |
| OLD | NEW |