OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <html> | |
3 <style> | |
4 div { | |
5 -webkit-shape-outside: inset(10px round calc(10in)); | |
6 } | |
7 </style> | |
8 <body> | |
9 This test passes if it doesn't crash. | |
10 <div></div> | |
11 </body> | |
12 <script> | |
13 if (window.testRunner) | |
14 testRunner.dumpAsText() | |
15 </script> | |
16 </html> | |
OLD | NEW |