| OLD | NEW |
| 1 <body> | 1 <body> |
| 2 <p>Layout test for | 2 <p>Layout test for |
| 3 <a href="http://bugs.webkit.org/show_bug.cgi?id=11760">11760</a>. If it | 3 <a href="http://bugs.webkit.org/show_bug.cgi?id=11760">11760</a>. If it |
| 4 doesn't crash, we're good. | 4 doesn't crash, we're good. |
| 5 <img src="resources/animated-gif-with-offsets.gif"> | 5 <img src="resources/animated-gif-with-offsets.gif"> |
| 6 </body> | 6 </body> |
| 7 <script> | 7 <script> |
| 8 | 8 |
| 9 // Delay 50ms for each frame. | 9 // Delay 50ms for each frame. |
| 10 function delay() { | 10 function delay() { |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 testRunner.notifyDone(); | 22 testRunner.notifyDone(); |
| 23 } | 23 } |
| 24 | 24 |
| 25 if (window.testRunner) { | 25 if (window.testRunner) { |
| 26 testRunner.waitUntilDone(); | 26 testRunner.waitUntilDone(); |
| 27 testRunner.dumpAsText(); | 27 testRunner.dumpAsText(); |
| 28 setTimeout(displayOneFrame, 50); | 28 setTimeout(displayOneFrame, 50); |
| 29 } | 29 } |
| 30 | 30 |
| 31 </script> | 31 </script> |
| OLD | NEW |