| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="../../../resources/ahem.js"></script> |
| 4 <link rel='stylesheet' href='shape-outside-boxes-styles.css' /> | 5 <link rel='stylesheet' href='shape-outside-boxes-styles.css' /> |
| 5 </head> | 6 </head> |
| 6 <body> | 7 <body> |
| 7 <p>These tests set the shape-outside to the various boxes (margin/border/pad
ding/content) with writing-mode: vertical-lr. They require the Ahem font. You sh
ould see green squares, with no red.</p> | 8 <p>These tests set the shape-outside to the various boxes (margin/border/pad
ding/content) with writing-mode: vertical-lr. They require the Ahem font. You sh
ould see green squares, with no red.</p> |
| 8 <p>shape-outside: content-box</p> | 9 <p>shape-outside: content-box</p> |
| 9 <div class='container content-box vertical-lr'> | 10 <div class='container content-box vertical-lr'> |
| 10 </div> | 11 </div> |
| 11 <p>shape-outside: padding-box</p> | 12 <p>shape-outside: padding-box</p> |
| 12 <div class='container padding-box vertical-lr'> | 13 <div class='container padding-box vertical-lr'> |
| 13 </div> | 14 </div> |
| 14 <p>shape-outside: border-box</p> | 15 <p>shape-outside: border-box</p> |
| 15 <div class='container border-box vertical-lr'> | 16 <div class='container border-box vertical-lr'> |
| 16 </div> | 17 </div> |
| 17 <p>shape-outside: margin-box</p> | 18 <p>shape-outside: margin-box</p> |
| 18 <div class='container margin-box vertical-lr'> | 19 <div class='container margin-box vertical-lr'> |
| 19 </div> | 20 </div> |
| 20 </body> | 21 </body> |
| 21 </html> | 22 </html> |
| OLD | NEW |