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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 | 72 |
73 function startTest() { | 73 function startTest() { |
74 var flow = getFlowByName("article"); | 74 var flow = getFlowByName("article"); |
75 flow.addEventListener("webkitregionoversetchange", regionOversetChanged)
; | 75 flow.addEventListener("webkitregionoversetchange", regionOversetChanged)
; |
76 | 76 |
77 debug("Flow content"); | 77 debug("Flow content"); |
78 flowContent("article"); | 78 flowContent("article"); |
79 } | 79 } |
80 window.addEventListener("load", startTest); | 80 window.addEventListener("load", startTest); |
81 </script> | 81 </script> |
82 <script src="../../fast/js/resources/js-test-post.js"></script> | |
83 </body> | 82 </body> |
84 </html> | 83 </html> |
OLD | NEW |