X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=test%2Fdata%2Ftestsuite.css;h=cffaaa46ab307c507a5441beb534e7303fe4ace7;hb=0cdcef5b364fa3c89d7f27935e77b453f4a56efd;hp=7a162431f1cbc87537e637a28dc2914a00535f44;hpb=0256edbd6ff0cccfa1d522ab415afc34255b123b;p=jquery.git diff --git a/test/data/testsuite.css b/test/data/testsuite.css index 7a16243..cffaaa4 100644 --- a/test/data/testsuite.css +++ b/test/data/testsuite.css @@ -10,7 +10,7 @@ div#fx-tests h4.pass { } div#fx-tests div.box { - background: red url(data/cow.jpg) no-repeat; + background: red; overflow: hidden; border: 2px solid #000; } @@ -102,4 +102,10 @@ 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%; }