aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2014-11-03 20:03:03 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2014-11-03 20:03:03 +0100
commite81b258ace257ba138022cf28374190623b0be5e (patch)
treebedf8d3f8a890a1134c3d076e73476e74b7b8a0a /test/data
parent740e190223d19a114d5373758127285d14d6b71e (diff)
downloadjquery-e81b258ace257ba138022cf28374190623b0be5e.tar.gz
jquery-e81b258ace257ba138022cf28374190623b0be5e.zip
Misc: Remove leftover -moz-box-sizing in tests
Diffstat (limited to 'test/data')
-rw-r--r--test/data/css/cssWidthBeforeDocReady.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/data/css/cssWidthBeforeDocReady.html b/test/data/css/cssWidthBeforeDocReady.html
index f451f63c8..12e954dc0 100644
--- a/test/data/css/cssWidthBeforeDocReady.html
+++ b/test/data/css/cssWidthBeforeDocReady.html
@@ -5,7 +5,6 @@
<style>
#test {
-webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
box-sizing: border-box;
width: 100px;
height: 100px;