| 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         font: 13px Ahem, sans-serif; | 6         font: 13px Ahem, sans-serif; | 
| 11         line-height: 15px; | 7         line-height: 15px; | 
| 12     } | 8     } | 
| 13     .region1 { | 9     .region1 { | 
| 14         width: 200px; | 10         width: 200px; | 
| 15         height: 200px; | 11         height: 200px; | 
| 16         border: 5px solid black; | 12         border: 5px solid black; | 
| 17         border-top: 10px solid green; | 13         border-top: 10px solid green; | 
| (...skipping 19 matching lines...) Expand all  Loading... | 
| 37     <div class="region2"> | 33     <div class="region2"> | 
| 38         <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 handle
    rs. | 34         <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 handle
    rs. | 
| 39     </div> | 35     </div> | 
| 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 | 
|---|