| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head id="b"> | 2 <head id="b"> |
| 3 <style id="a" type="text/css" media="screen"> | 3 <style id="a" type="text/css" media="screen"> |
| 4 #box { | 4 #box { |
| 5 animation-duration: 2s; | 5 animation-duration: 2s; |
| 6 animation-timing-function: linear; | 6 animation-timing-function: linear; |
| 7 animation-name: anim; | 7 animation-name: anim; |
| 8 background-color: blue; | 8 background-color: blue; |
| 9 width: 100px; | 9 width: 100px; |
| 10 height: 100px; | 10 height: 100px; |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 testRunner.notifyDone(); | 43 testRunner.notifyDone(); |
| 44 } | 44 } |
| 45 | 45 |
| 46 if (window.testRunner) { | 46 if (window.testRunner) { |
| 47 testRunner.dumpAsText(); | 47 testRunner.dumpAsText(); |
| 48 testRunner.waitUntilDone(); | 48 testRunner.waitUntilDone(); |
| 49 } | 49 } |
| 50 | 50 |
| 51 crash(); | 51 crash(); |
| 52 </script> | 52 </script> |
| OLD | NEW |