OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <title>shape-outside-floats-polygon-000-reference.html</title> | 2 <title>shape-outside-floats-polygon-000-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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 <div style="width: 140px" class="float-right"></div> | 57 <div style="width: 140px" class="float-right"></div> |
58 XXXXXXXXXXXXX | 58 XXXXXXXXXXXXX |
59 <div style="width: 160px" class="float-right"></div> | 59 <div style="width: 160px" class="float-right"></div> |
60 XXXXXXXXXXXX | 60 XXXXXXXXXXXX |
61 <div style="width: 180px" class="float-right"></div> | 61 <div style="width: 180px" class="float-right"></div> |
62 XXXXXXXXXXX | 62 XXXXXXXXXXX |
63 <div style="width: 200px" class="float-right"></div> | 63 <div style="width: 200px" class="float-right"></div> |
64 XXXXXXXXXX | 64 XXXXXXXXXX |
65 </div> | 65 </div> |
66 </body> | 66 </body> |
OLD | NEW |