OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script> | |
5 if (window.internals) | |
6 window.internals.settings.setCSSExclusionsEnabled(true); | |
7 </script> | |
8 <style> | 4 <style> |
9 #content { | 5 #content { |
10 -webkit-flow-into: flow; | 6 -webkit-flow-into: flow; |
11 font: 13px Ahem, sans-serif; | 7 font: 13px Ahem, sans-serif; |
12 line-height: 15px; | 8 line-height: 15px; |
13 } | 9 } |
14 .region1 { | 10 .region1 { |
15 -webkit-flow-from: flow; | 11 -webkit-flow-from: flow; |
16 width: 200px; | 12 width: 200px; |
17 height: 200px; | 13 height: 200px; |
(...skipping 19 matching lines...) Expand all Loading... |
37 | 33 |
38 <div id="content"> | 34 <div id="content"> |
39 The Culture and the Idiran Empire are at war in a galaxy-spanning conflict. Horz
a, a mercenary capable of altering his appearance at will (a Changer), is assign
ed the task of retrieving a dispossessed Culture Mind by his Idiran handlers. Th
e Mind, while fleeing attacking Idirans who consider its existence an abominatio
n, has taken... | 35 The Culture and the Idiran Empire are at war in a galaxy-spanning conflict. Horz
a, a mercenary capable of altering his appearance at will (a Changer), is assign
ed the task of retrieving a dispossessed Culture Mind by his Idiran handlers. Th
e Mind, while fleeing attacking Idirans who consider its existence an abominatio
n, has taken... |
40 </div> | 36 </div> |
41 | 37 |
42 <p style="margin-top: 30px;">Requires Ahem font. There are two regions, there is
a polygon shape-inside on the second region. The shape is positioned and it for
ces the content to be adjusted (pushed down from the top of the shape) inside th
e shape. The content should fill out the first region and it should fill out the
polygon shape on the second region.</p> | 38 <p style="margin-top: 30px;">Requires Ahem font. There are two regions, there is
a polygon shape-inside on the second region. The shape is positioned and it for
ces the content to be adjusted (pushed down from the top of the shape) inside th
e shape. The content should fill out the first region and it should fill out the
polygon shape on the second region.</p> |
43 <p>Bug <a href="http://webkit.org/b/117599">117599</a>[CSS Shapes][CSS Regions]
Respect bottom positioned shapes and content adjustment inside shapes</p> | 39 <p>Bug <a href="http://webkit.org/b/117599">117599</a>[CSS Shapes][CSS Regions]
Respect bottom positioned shapes and content adjustment inside shapes</p> |
44 | 40 |
45 </body> | 41 </body> |
46 </html> | 42 </html> |
OLD | NEW |