| 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-geometry-logging.js"></script> | 5 <script src="resources/test-runner-geometry-logging.js"></script> |
| 6 <style> | 6 <style> |
| 7 div { | 7 div { |
| 8 background-image: paint(logging-green); | 8 background-image: paint(logging-green); |
| 9 background-color: red; | 9 background-color: red; |
| 10 } | 10 } |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 expected: {width: 100, height: 100}, | 33 expected: {width: 100, height: 100}, |
| 34 }]); | 34 }]); |
| 35 } | 35 } |
| 36 </script> | 36 </script> |
| 37 </head> | 37 </head> |
| 38 <body onload="runTest()"> | 38 <body onload="runTest()"> |
| 39 <p>This tests the geometry information in the paint callback.</p> | 39 <p>This tests the geometry information in the paint callback.</p> |
| 40 <p>See the devtools console for test output.</p> | 40 <p>See the devtools console for test output.</p> |
| 41 </body> | 41 </body> |
| 42 </html> | 42 </html> |
| OLD | NEW |