Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-floats-iframe-inset-rectangle-negative-width-crash.html
blob35897a8ed23ad789298a195217d5bb521a2d1a6a
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsText();
4 </script>
5 <style>
6 iframe {
7 float: right;
8 shape-outside: inset-rectangle(0, 125%, 0, 0);
10 </style>
11 This test should not crash in a debug build.
12 <iframe></iframe>