Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1194.
commit8db7d6f20b4226994e88d1cd9243743c492773f5
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 4 Mar 2013 04:20:25 +0000 (4 05:20 +0100)
committerDave Methvin <dave.methvin@gmail.com>
Thu, 4 Apr 2013 01:00:38 +0000 (3 21:00 -0400)
treecd105375c138f6830062188c50bf2a942e736e19
parent1205103a72db407bfbc0de3d9b78f1fd6a02520c
Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1194.
src/core.js
src/css.js
src/support.js
test/data/support/boxSizing.html [new file with mode: 0644]
test/unit/support.js