diff options
author | rwldrn <waldron.rick@gmail.com> | 2011-01-31 14:31:15 -0500 |
---|---|---|
committer | rwldrn <waldron.rick@gmail.com> | 2011-01-31 14:31:15 -0500 |
commit | 0d2e4796dc97d3f9d6b5c1977e883b3ddf2f53d9 (patch) | |
tree | efaabbe7191fd9b50d369a4592c1c3ec12352788 /test/data/testsuite.css | |
parent | e0b1bb8e3d66db4166ac7ee2146903bae7ab1eb9 (diff) | |
download | jquery-0d2e4796dc97d3f9d6b5c1977e883b3ddf2f53d9.tar.gz jquery-0d2e4796dc97d3f9d6b5c1977e883b3ddf2f53d9.zip |
Bug #8099 - Always restore to correct display value based on element's expected default display
Diffstat (limited to 'test/data/testsuite.css')
-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; } |