X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=test%2Fdata%2Ftestsuite.css;h=9ca2cd74827b2eb6c4864c0c625f3527994e66e8;hb=12c0e1a692aa045e9d3cf166a41748d7f5fe31cc;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; }