]> source.dussan.org Git - jquery.git/commitdiff
Misc: Remove leftover -moz-box-sizing in tests
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 3 Nov 2014 19:03:03 +0000 (20:03 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 3 Nov 2014 19:03:03 +0000 (20:03 +0100)
test/data/css/cssWidthBeforeDocReady.html

index f451f63c8e7895bcf910aee3f0de52dc25b8db8e..12e954dc09947028dab2758d7084ce7c991a7fa3 100644 (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;