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="height:100px;"></div> | |
9 <div style="width:4em; height:2em; color:white; background:black;">PASS< /div> | |
10 </body> | |
11 </html> | |
OLD | NEW |