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 17 matching lines...) Expand all Loading... |
35 </div> | 31 </div> |
36 <div class="region2"> | 32 <div class="region2"> |
37 assigned the task of retrieving a dispossessed Culture Mind by his Idira
n handlers. The Mind, while fleeing attacking Idirans who consider its existence
an abomination, has taken... | 33 assigned the task of retrieving a dispossessed Culture Mind by his Idira
n handlers. The Mind, while fleeing attacking Idirans who consider its existence
an abomination, has taken... |
38 </div> | 34 </div> |
39 </div> | 35 </div> |
40 | 36 |
41 <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> | 37 <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> |
42 <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> | 38 <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> |
43 </body> | 39 </body> |
44 </html> | 40 </html> |
OLD | NEW |