X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=test%2Fdata%2Ftestsuite.css;h=cffaaa46ab307c507a5441beb534e7303fe4ace7;hb=0cdcef5b364fa3c89d7f27935e77b453f4a56efd;hp=5cc782824855fa48fe534d48f782ca9395be1da1;hpb=449e099b97d823ed0252d8821880bc0e471701ea;p=jquery.git diff --git a/test/data/testsuite.css b/test/data/testsuite.css index 5cc7828..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,6 +102,8 @@ 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; }