aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/css
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2016-03-23 14:16:38 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2016-03-30 11:21:36 +0200
commit622db29d9c1aed1e51586db72861a1aab4d7606f (patch)
treeab7cef568f4300d1b8038438d474c5944e081e5b /test/data/css
parent44cb97e0cfc8d3e62bef7c621bfeba6fe4f65d7c (diff)
downloadjquery-622db29d9c1aed1e51586db72861a1aab4d7606f.tar.gz
jquery-622db29d9c1aed1e51586db72861a1aab4d7606f.zip
Docs:Tests: Remove legacy code & add support comments where needed
This commits backports some changes done in the patch to the then-existing compat branch that removed support for old browsers and added some support comments. Refs 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278
Diffstat (limited to 'test/data/css')
-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 12e954dc0..a8fa4af0f 100644
--- a/test/data/css/cssWidthBeforeDocReady.html
+++ b/test/data/css/cssWidthBeforeDocReady.html
@@ -4,7 +4,6 @@
<meta charset="utf-8">
<style>
#test {
- -webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100px;
height: 100px;