OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <title>Invalid region specifying writing-mode</title> | |
5 </head> | |
6 <body style="background:white; color:black; overflow:hidden;"> | |
7 <p>You should see the word 'PASS' below.</p> | |
8 <div style="-webkit-flow-into:thread; color:white;"> | |
9 <div style="height:100px;"></div> | |
10 PASS | |
11 <div style="-webkit-flow-from:thread; height:1000px; -webkit-writing -mode:vertical-rl;"></div> | |
12 </div> | |
13 <div style="-webkit-flow-from:thread; height:100px;"></div> | |
14 <div style="-webkit-flow-from:thread; width:4em; height:2em; background: black;"></div> | |
15 </body> | |
16 </html> | |
OLD | NEW |