OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <title>shape-outside-floats-polygon-002-reference.html</title> | 2 <title>shape-outside-floats-polygon-002-reference.html</title> |
3 <link rel="author" title="Adobe" href="http://html.adobe.com/"> | 3 <link rel="author" title="Adobe" href="http://html.adobe.com/"> |
4 <link rel="author" title="Bem Jones-Bey" href="mailto:bjonesbe@adobe.com"> | 4 <link rel="author" title="Bem Jones-Bey" href="mailto:bjonesbe@adobe.com"> |
5 <meta name="flags" content="ahem"> | 5 <meta name="flags" content="ahem"> |
6 <style> | 6 <style> |
7 .container { | 7 .container { |
8 font: 20px/1 Ahem, sans-serif; | 8 font: 20px/1 Ahem, sans-serif; |
9 line-height: 20px; | 9 line-height: 20px; |
10 width: 400px; | 10 width: 400px; |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 <div style="height: 140px" class="float-right"></div> | 58 <div style="height: 140px" class="float-right"></div> |
59 XXXXXXXXXXXXX | 59 XXXXXXXXXXXXX |
60 <div style="height: 160px" class="float-right"></div> | 60 <div style="height: 160px" class="float-right"></div> |
61 XXXXXXXXXXXX | 61 XXXXXXXXXXXX |
62 <div style="height: 180px" class="float-right"></div> | 62 <div style="height: 180px" class="float-right"></div> |
63 XXXXXXXXXXX | 63 XXXXXXXXXXX |
64 <div style="height: 200px" class="float-right"></div> | 64 <div style="height: 200px" class="float-right"></div> |
65 XXXXXXXXXX | 65 XXXXXXXXXX |
66 </div> | 66 </div> |
67 </body> | 67 </body> |
OLD | NEW |