OLD | NEW |
---|---|
(Empty) | |
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/20 00/svg' width='5' height='5'><rect x='0' y='0' width='100%' height='100%'/></svg >"); | |
9 float:left; | |
10 } | |
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> | |
OLD | NEW |