Tests: Make Android Browser 4.0-4.3 dimensions tests green
commita2a73db99c059cc1dc893c981e87f5e2bbc8b411
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Wed, 27 Mar 2019 14:47:33 +0000 (27 15:47 +0100)
committerGitHub <noreply@github.com>
Wed, 27 Mar 2019 14:47:33 +0000 (27 15:47 +0100)
treef613879ae2c20d0d8ea63d6e0074818cc9d53908
parent4455f8db4ef8660ca9e26d94d6f943c4d80db1c8
Tests: Make Android Browser 4.0-4.3 dimensions tests green

Android Browser disregards td's box-sizing, treating it like it was content-box.
Unlike in IE, offsetHeight shares the same issue so there's no easy way to
workaround the issue without incurring high size penalty. Let's at least check
we get the size as the browser sees it.

Also, fix the nearby support comment syntax.

Closes gh-4335
test/unit/dimensions.js