| 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: 18px Ahem, sans-serif; | 6 font: 18px Ahem, sans-serif; |
| 11 line-height: 20px; | 7 line-height: 20px; |
| 12 -webkit-flow-into: flow; | 8 -webkit-flow-into: flow; |
| 13 } | 9 } |
| 14 .region { | 10 .region { |
| 15 float: left; | 11 float: left; |
| 16 margin-right: 10px; | 12 margin-right: 10px; |
| 17 width: 300px; | 13 width: 300px; |
| (...skipping 23 matching lines...) Expand all Loading... |
| 41 (a device normally used to store its owner's personality upon their
death) is equipped with both the mind of a long-dead Chelgrian general and a dev
ice that can transport wormholes connected to weapons caches. Quilan is then sen
t to Masaq' Orbital, ostensibly to persuade Mahrai Ziller to return to his nativ
e Chel but is in reality on a suicide mission to destroy the Orbital's Hub Mind.
To protect him from detection at Masaq', Quilan's memory is selectively blanked
until he reaches his target. | 37 (a device normally used to store its owner's personality upon their
death) is equipped with both the mind of a long-dead Chelgrian general and a dev
ice that can transport wormholes connected to weapons caches. Quilan is then sen
t to Masaq' Orbital, ostensibly to persuade Mahrai Ziller to return to his nativ
e Chel but is in reality on a suicide mission to destroy the Orbital's Hub Mind.
To protect him from detection at Masaq', Quilan's memory is selectively blanked
until he reaches his target. |
| 42 </p> | 38 </p> |
| 43 </p> | 39 </p> |
| 44 </div> | 40 </div> |
| 45 | 41 |
| 46 <p>Requires Ahem font.The block content - contains multiple nested blocks - flow
s into three regions, a 250x300px rectangle shape-inside property with 50px left
offset is applied to the second (orange) region. The content should have a 50px
left offset in the orange rectangle and should flow into the third rectangle wi
thout any offset.<br/> | 42 <p>Requires Ahem font.The block content - contains multiple nested blocks - flow
s into three regions, a 250x300px rectangle shape-inside property with 50px left
offset is applied to the second (orange) region. The content should have a 50px
left offset in the orange rectangle and should flow into the third rectangle wi
thout any offset.<br/> |
| 47 <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> | 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> |
| 48 | 44 |
| 49 </body> | 45 </body> |
| 50 </html> | 46 </html> |
| OLD | NEW |