diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-09-07 02:46:55 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2013-11-11 00:43:27 +0100 |
commit | 4b39a8289031bb7de25e9f018d9fd8235a35ec49 (patch) | |
tree | 1fe8494c0be1e315a81c739d70f7b390823e5eb8 /test/data | |
parent | 2ace149f485438e8a3af6650f3bb18c1c22e48b6 (diff) | |
download | jquery-4b39a8289031bb7de25e9f018d9fd8235a35ec49.tar.gz jquery-4b39a8289031bb7de25e9f018d9fd8235a35ec49.zip |
Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/testsuite.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/data/testsuite.css b/test/data/testsuite.css index bcc2c0bc9..d4122643c 100644 --- a/test/data/testsuite.css +++ b/test/data/testsuite.css @@ -1,4 +1,3 @@ -/* for testing opacity set in styles in IE */ ol#empty { opacity: 0; } |