[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / multicol / negativeColumnWidth.html
1 This test succeeds if it does not crash.
2
3 <table><td style="-webkit-columns: -9999px;">
4
5 <script>
6 if (window.layoutTestController)
7     layoutTestController.dumpAsText();
8 </script>