Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-inset-round-calc-crash.html
blob071e0ee1ea3ebc9f5e24e1a5a4657b2e0801dc4c
1 <!DOCTYPE html>
2 <html>
3 <style>
4 div {
5 -webkit-shape-outside: inset(10px round calc(10in));
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>