OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script src="../../fast/js/resources/js-test-pre.js"></script> | 4 <script src="../../fast/js/resources/js-test-pre.js"></script> |
5 <script src="resources/helper.js"></script> | 5 <script src="resources/helper.js"></script> |
6 <style> | 6 <style> |
7 body { font-family: monospace; } | 7 body { font-family: monospace; } |
8 #article { -webkit-flow-into: flow; } | 8 #article { -webkit-flow-into: flow; } |
9 .border { border: 1px solid red; } | 9 .border { border: 1px solid red; } |
10 #region { -webkit-flow-from: flow; width: 250px; height: 50px; posit
ion: absolute; left: 10px; top: 200px; } | 10 #region { -webkit-flow-from: flow; width: 250px; height: 50px; posit
ion: absolute; left: 10px; top: 200px; } |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 function hideRegionsAndFlows() { | 55 function hideRegionsAndFlows() { |
56 document.getElementById("article").style.visibility = "hidden"; | 56 document.getElementById("article").style.visibility = "hidden"; |
57 document.getElementById("article2").style.visibility = "hidden"; | 57 document.getElementById("article2").style.visibility = "hidden"; |
58 document.getElementById("region").style.visibility = "hidden"; | 58 document.getElementById("region").style.visibility = "hidden"; |
59 document.getElementById("region21").style.visibility = "hidden"; | 59 document.getElementById("region21").style.visibility = "hidden"; |
60 document.getElementById("region22").style.visibility = "hidden"; | 60 document.getElementById("region22").style.visibility = "hidden"; |
61 } | 61 } |
62 | 62 |
63 hideRegionsAndFlows(); | 63 hideRegionsAndFlows(); |
64 </script> | 64 </script> |
65 <script src="../../fast/js/resources/js-test-post.js"></script> | |
66 </body> | 65 </body> |
67 </html> | 66 </html> |
OLD | NEW |