Column Resize Chrome Test

There is an issue with Chrome/Chromium wherein if a column size is set to 'auto', calling $(col).css("width") returns 0, rather than the actual width. This tests whether or not it works.

The bug hits primarily during resizing. To test this, try resizing a column in Firefox and then in Chrome.