| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <script src="../../fast/js/resources/js-test-pre.js"></script> | 5 <script src="../../fast/js/resources/js-test-pre.js"></script> |
| 6 <style> | 6 <style> |
| 7 body, html { | 7 body, html { |
| 8 width: 500px; | 8 width: 500px; |
| 9 height: 500px; | 9 height: 500px; |
| 10 } | 10 } |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 // Transition the flow to the "NULL" state. | 51 // Transition the flow to the "NULL" state. |
| 52 document.body.removeChild(content); | 52 document.body.removeChild(content); |
| 53 document.body.removeChild(region); | 53 document.body.removeChild(region); |
| 54 | 54 |
| 55 setTimeout(function() { | 55 setTimeout(function() { |
| 56 if (window.testRunner) | 56 if (window.testRunner) |
| 57 testRunner.notifyDone(); | 57 testRunner.notifyDone(); |
| 58 },0) | 58 },0) |
| 59 }, 0); | 59 }, 0); |
| 60 </script> | 60 </script> |
| 61 <script src="../../fast/js/resources/js-test-post.js"></script> | |
| 62 </body> | 61 </body> |
| 63 </html> | 62 </html> |
| OLD | NEW |