| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script src="../../fast/js/resources/js-test-pre.js"></script> | 3 <script src="../../fast/js/resources/js-test-pre.js"></script> |
| 4 <script src="resources/helper.js"></script> | 4 <script src="resources/helper.js"></script> |
| 5 <style> | 5 <style> |
| 6 #article { | 6 #article { |
| 7 -webkit-flow-into: article; | 7 -webkit-flow-into: article; |
| 8 border: 2px solid black; | 8 border: 2px solid black; |
| 9 } | 9 } |
| 10 #region_1, #region_2{ | 10 #region_1, #region_2{ |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 | 69 |
| 70 function startTest() { | 70 function startTest() { |
| 71 var flow = getFlowByName("article"); | 71 var flow = getFlowByName("article"); |
| 72 flow.addEventListener("webkitregionoversetchange", regionOversetChanged)
; | 72 flow.addEventListener("webkitregionoversetchange", regionOversetChanged)
; |
| 73 | 73 |
| 74 debug("Flow content"); | 74 debug("Flow content"); |
| 75 flowContent("article"); | 75 flowContent("article"); |
| 76 } | 76 } |
| 77 window.addEventListener("load", startTest); | 77 window.addEventListener("load", startTest); |
| 78 </script> | 78 </script> |
| 79 <script src="../../fast/js/resources/js-test-post.js"></script> | |
| 80 </body> | 79 </body> |
| 81 </html> | 80 </html> |
| OLD | NEW |