diff options
author | rwldrn <waldron.rick@gmail.com> | 2011-04-13 15:43:15 -0400 |
---|---|---|
committer | rwldrn <waldron.rick@gmail.com> | 2011-04-13 15:43:15 -0400 |
commit | a76decc47660591bb807aecf56825019da8b39fa (patch) | |
tree | 4a18d1d71ff0a4ae074481b6041ace6b28a15e0e /test/data | |
parent | 59240d31c0c277a60fdc187e0fc9884007971106 (diff) | |
download | jquery-a76decc47660591bb807aecf56825019da8b39fa.tar.gz jquery-a76decc47660591bb807aecf56825019da8b39fa.zip |
Ticket #8099 Performance tweaking, credits
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/testsuite.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/data/testsuite.css b/test/data/testsuite.css index b307d4989..683803e8b 100644 --- a/test/data/testsuite.css +++ b/test/data/testsuite.css @@ -112,3 +112,5 @@ div#show-tests * { display: none; } /* 8099 changes to default styles are read correctly */ tt { display: none; } +sup { display: none; } +dfn { display: none; } |