X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=test%2Fdata%2Ftestsuite.css;h=9ca2cd74827b2eb6c4864c0c625f3527994e66e8;hb=bb9408516aa0fc8892f4e07a99b1a47bce06081b;hp=184689209b00d72b303a2623527eeb23ea0b6056;hpb=42aa714fb79199ad0a45d5f76f43729b399b058a;p=jquery.git diff --git a/test/data/testsuite.css b/test/data/testsuite.css index 1846892..9ca2cd7 100644 --- a/test/data/testsuite.css +++ b/test/data/testsuite.css @@ -102,8 +102,13 @@ div.chain.test div { background: green; } div.chain.out { background: green; } div.chain.out div { background: red; display: none; } +/* tests to ensure jQuery can determine the native display mode of elements + that have been set as display: none in stylesheets */ 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; }