OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <style type="text/css"> | 4 <style type="text/css"> |
5 .box { | 5 .box { |
6 display: -webkit-flex; | 6 display: -webkit-flex; |
7 display: flex; | 7 display: flex; |
8 } | 8 } |
9 .horizontal { | 9 .horizontal { |
10 -webkit-flex-direction: row; | 10 -webkit-flex-direction: row; |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 </button> | 62 </button> |
63 <p> | 63 <p> |
64 vertical => horizontal:<br> | 64 vertical => horizontal:<br> |
65 <button id="toHorizontal" class="box vertical"> | 65 <button id="toHorizontal" class="box vertical"> |
66 <span>hello</span> | 66 <span>hello</span> |
67 <span>world</span> | 67 <span>world</span> |
68 </button> | 68 </button> |
69 </div> | 69 </div> |
70 <div id="console"></div> | 70 <div id="console"></div> |
71 <script src="resources/box-orient-button.js"></script> | 71 <script src="resources/box-orient-button.js"></script> |
72 <script src="../js/resources/js-test-post.js"></script> | |
73 </body> | 72 </body> |
74 </html> | 73 </html> |
OLD | NEW |