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="../../resources/js-test.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 } |
11 #content { | 11 #content { |
12 width: 100%; | 12 width: 100%; |
13 height: 100%; | 13 height: 100%; |
14 -webkit-flow-into: flow; | 14 -webkit-flow-into: flow; |
15 } | 15 } |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 </body> | 61 </body> |
62 </html> | 62 </html> |
OLD | NEW |