| 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 #rectangle { | 5 #rectangle { |
| 10 font: 20px Ahem, sans-serif; | 6 font: 20px Ahem, sans-serif; |
| 11 line-height: 20px; | 7 line-height: 20px; |
| 12 -webkit-flow-into: flow; | 8 -webkit-flow-into: flow; |
| 13 -webkit-font-smoothing: none; | 9 -webkit-font-smoothing: none; |
| 14 } | 10 } |
| 15 #region { | 11 #region { |
| 16 -webkit-flow-from: flow; | 12 -webkit-flow-from: flow; |
| 17 width: 200px; | 13 width: 200px; |
| (...skipping 17 matching lines...) Expand all Loading... |
| 35 </div> | 31 </div> |
| 36 | 32 |
| 37 <div id="page"> | 33 <div id="page"> |
| 38 <div id="border"></div> | 34 <div id="border"></div> |
| 39 <div id="region"></div> | 35 <div id="region"></div> |
| 40 </div> | 36 </div> |
| 41 <p style="margin-top: 100px;">Requires Ahem font. The shape-inside on the re
gion is illustrated by the blue rectangle. The content should wrap inside the th
e blue rectangle, the overflow should start on the left under the content box.</
p> | 37 <p style="margin-top: 100px;">Requires Ahem font. The shape-inside on the re
gion is illustrated by the blue rectangle. The content should wrap inside the th
e blue rectangle, the overflow should start on the left under the content box.</
p> |
| 42 <p>Bug <a href="http://webkit.org/b/116252">116252</a> [CSS Regions][CSS Exc
lusions] shape-inside on regions should respect positioned shapes and overflow</
p> | 38 <p>Bug <a href="http://webkit.org/b/116252">116252</a> [CSS Regions][CSS Exc
lusions] shape-inside on regions should respect positioned shapes and overflow</
p> |
| 43 </body> | 39 </body> |
| 44 </html> | 40 </html> |
| OLD | NEW |