diff options
author | jeresig <jeresig@gmail.com> | 2011-02-14 12:36:49 -0500 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2011-02-14 12:36:49 -0500 |
commit | bb9408516aa0fc8892f4e07a99b1a47bce06081b (patch) | |
tree | a1b6e983686ca803c2bea2e928ee272cb01dc589 /test/data | |
parent | 3ad8dd242acec1066f43a9349f4c1a352680d37b (diff) | |
parent | c67867ad0cd546ab461f13336f74b3f762d8fe7d (diff) | |
download | jquery-bb9408516aa0fc8892f4e07a99b1a47bce06081b.tar.gz jquery-bb9408516aa0fc8892f4e07a99b1a47bce06081b.zip |
Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8099
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/testsuite.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/data/testsuite.css b/test/data/testsuite.css index cffaaa46a..9ca2cd748 100644 --- a/test/data/testsuite.css +++ b/test/data/testsuite.css @@ -109,3 +109,6 @@ div#show-tests * { display: none; } #nothiddendiv { font-size: 16px; } #nothiddendivchild.em { font-size: 2em; } #nothiddendivchild.prct { font-size: 150%; } + +/* 8099 changes to default styles are read correctly */ +tt { display: none; } |