| 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 border: solid 0; | 8 border: solid 0; |
| 9 border-image: paint(logging-green); | 9 border-image: paint(logging-green); |
| 10 border-image-slice: 0 fill; | 10 border-image-slice: 0 fill; |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 expected: {width: 120, height: 120}, | 59 expected: {width: 120, height: 120}, |
| 60 }]); | 60 }]); |
| 61 } | 61 } |
| 62 </script> | 62 </script> |
| 63 </head> | 63 </head> |
| 64 <body onload="runTest()"> | 64 <body onload="runTest()"> |
| 65 <p>This tests the geometry information in the paint callback.</p> | 65 <p>This tests the geometry information in the paint callback.</p> |
| 66 <p>See the devtools console for test output.</p> | 66 <p>See the devtools console for test output.</p> |
| 67 </body> | 67 </body> |
| 68 </html> | 68 </html> |
| OLD | NEW |