4 This is a regression test for https://code.google.com/p/chromium/issues/detail?id=319069
8 #margin-empty-polygon-
0vertex { shape-inside: polygon(); shape-margin:
5px; }
9 #margin-empty-polygon-
1vertex { shape-inside: polygon(
1px
2px); shape-margin:
5px; }
10 #margin-empty-polygon-
2vertex { shape-inside: polygon(
1px
2px,
3px
4px); shape-margin:
5px; }
13 <div>This test should not crash.
</div>
14 <div id=
"margin-empty-polygon-0vertex">Zero
</div>
15 <div id=
"margin-empty-polygon-1vertex">One
</div>
16 <div id=
"margin-empty-polygon-2vertex">Two
</div>
18 if (window
.testRunner
)
19 testRunner
.dumpAsText();