| 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 20 matching lines...) Expand all Loading... |
| 38 | 34 |
| 39 <div id="content"> | 35 <div id="content"> |
| 40 The Culture and <p>the Idiran <p>Empire</p> are </p>at war in a galaxy-spanning
conflict. Horza, a mercenary <p>capable of altering his appearance</p>at will <p
>(a Changer),</p> is assigned the task of retrieving a dispossessed Culture Mind
by his Idiran handlers. | 36 The Culture and <p>the Idiran <p>Empire</p> are </p>at war in a galaxy-spanning
conflict. Horza, a mercenary <p>capable of altering his appearance</p>at will <p
>(a Changer),</p> is assigned the task of retrieving a dispossessed Culture Mind
by his Idiran handlers. |
| 41 </div> | 37 </div> |
| 42 | 38 |
| 43 <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> | 39 <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> |
| 44 <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> | 40 <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> |
| 45 | 41 |
| 46 </body> | 42 </body> |
| 47 </html> | 43 </html> |
| OLD | NEW |