| 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: 20px Ahem, sans-serif; | 6 font: 20px Ahem, sans-serif; |
| 11 -webkit-flow-into: flow; | 7 -webkit-flow-into: flow; |
| 12 } | 8 } |
| 13 .region { | 9 .region { |
| 14 float: left; | 10 float: left; |
| 15 margin-right: 10px; | 11 margin-right: 10px; |
| 16 width: 300px; | 12 width: 300px; |
| 17 height: 300px; | 13 height: 300px; |
| (...skipping 19 matching lines...) Expand all Loading... |
| 37 his "soulkeeper" (a device normally used to store its owner's personality up
on their death) is equipped with both the mind of a long-dead Chelgrian general
and a devicethat can | 33 his "soulkeeper" (a device normally used to store its owner's personality up
on their death) is equipped with both the mind of a long-dead Chelgrian general
and a devicethat can |
| 38 transport wormholes connected to weapons caches. Quilan is then sent to Masa
q' Orbital, ostensibly to persuade Mahrai Ziller to return to his native Chel bu
t is in reality on a | 34 transport wormholes connected to weapons caches. Quilan is then sent to Masa
q' Orbital, ostensibly to persuade Mahrai Ziller to return to his native Chel bu
t is in reality on a |
| 39 suicide mission to destroy the Orbital's Hub Mind. To protect him from detec
tion at Masaq', Quilan's memory is selectively blanked until he reaches his targ
et. | 35 suicide mission to destroy the Orbital's Hub Mind. To protect him from detec
tion at Masaq', Quilan's memory is selectively blanked until he reaches his targ
et. |
| 40 </div> | 36 </div> |
| 41 | 37 |
| 42 <p>Requires Ahem font. The inline content flows into two regions, a 250x300px re
ctangle shape-inside property with 50px left offset is applied to the first (ora
nge) region. The content should have a 50px left offset in the orange rectangle
and should flow into second rectangle without any offset.<br/> | 38 <p>Requires Ahem font. The inline content flows into two regions, a 250x300px re
ctangle shape-inside property with 50px left offset is applied to the first (ora
nge) region. The content should have a 50px left offset in the orange rectangle
and should flow into second rectangle without any offset.<br/> |
| 43 <p>Bug <a href="http://webkit.org/b/115456">115456</a>: [CSS Regions][CSS Exclus
ions] Shape-inside on regions should respect region borders and paddings</p> | 39 <p>Bug <a href="http://webkit.org/b/115456">115456</a>: [CSS Regions][CSS Exclus
ions] Shape-inside on regions should respect region borders and paddings</p> |
| 44 | 40 |
| 45 </body> | 41 </body> |
| 46 </html> | 42 </html> |
| OLD | NEW |