Misc: Remove leftover -moz-box-sizing in tests

This commit is contained in:
Michał Gołębiowski 2014-11-03 20:03:03 +01:00
parent 740e190223
commit e81b258ace

View File

@ -5,7 +5,6 @@
<style>
#test {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100px;
height: 100px;