diff options
author | rwldrn <waldron.rick@gmail.com> | 2011-04-12 11:48:07 -0400 |
---|---|---|
committer | rwldrn <waldron.rick@gmail.com> | 2011-04-12 11:48:07 -0400 |
commit | 7164615f6727c67da612fecc63867d30e1b4b4a3 (patch) | |
tree | d441adbb134c9517fd38e3bb3cb57b36452cce7b /test/data/testsuite.css | |
parent | f19a74f10b82faf61e91a1408d0776d02511b28c (diff) | |
download | jquery-7164615f6727c67da612fecc63867d30e1b4b4a3.tar.gz jquery-7164615f6727c67da612fecc63867d30e1b4b4a3.zip |
Ticket 8099, Reattempt with iframe
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 029006810..b307d4989 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; } |