Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-floats-shape-margin-crash.html
blob9daa51dba9fc1b89b7388edbbf6d3ce75a9295a0
1 <!DOCTYPE html>
2 <style>
3 div {
4 width: 5px;
5 height: 5px;
6 margin-top: 2px;
7 shape-margin: 2px;
8 shape-outside: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='5' height='5'><rect x='0' y='0' width='100%' height='100%'/></svg>");
9 float:left;
11 </style>
12 <script>
13 if (window.testRunner)
14 testRunner.dumpAsText();
15 </script>
16 <body>
17 <div></div>
18 This test should not crash in a debug build.
19 </body>