| 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: 14px Ahem, sans-serif; | 6 font: 14px Ahem, sans-serif; |
| 11 line-height: 16px; | 7 line-height: 16px; |
| 12 -webkit-flow-into: flow; | 8 -webkit-flow-into: flow; |
| 13 } | 9 } |
| 14 .region { | 10 .region { |
| 15 width: 300px; | 11 width: 300px; |
| 16 height: 300px; | 12 height: 300px; |
| 17 margin-top: 10px; | 13 margin-top: 10px; |
| (...skipping 23 matching lines...) Expand all Loading... |
| 41 </p> | 37 </p> |
| 42 </p> | 38 </p> |
| 43 </div> | 39 </div> |
| 44 | 40 |
| 45 <p>Requires Ahem font. The content - what contains multiple nested paragraphs -
flows into multiple regions, a shape-inside property is applied only on the seco
nd region. <br/> | 41 <p>Requires Ahem font. The content - what contains multiple nested paragraphs -
flows into multiple regions, a shape-inside property is applied only on the seco
nd region. <br/> |
| 46 The content should start at the top of the second region inside a 200px (width)
and 150px (height) rectangle - which has a 50px left offset - then flow into the
original container.</p> | 42 The content should start at the top of the second region inside a 200px (width)
and 150px (height) rectangle - which has a 50px left offset - then flow into the
original container.</p> |
| 47 <p>Bug <a href="http://webkit.org/b/112177">112177</a>: block children do not la
yout inline content correctly in a region with shape-inside set</p> | 43 <p>Bug <a href="http://webkit.org/b/112177">112177</a>: block children do not la
yout inline content correctly in a region with shape-inside set</p> |
| 48 | 44 |
| 49 </body> | 45 </body> |
| 50 </html> | 46 </html> |
| OLD | NEW |