X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;ds=sidebyside;f=test%2Fdata%2Ftestsuite.css;h=9ca2cd74827b2eb6c4864c0c625f3527994e66e8;hb=bb9408516aa0fc8892f4e07a99b1a47bce06081b;hp=7a162431f1cbc87537e637a28dc2914a00535f44;hpb=0256edbd6ff0cccfa1d522ab415afc34255b123b;p=jquery.git diff --git a/test/data/testsuite.css b/test/data/testsuite.css index 7a16243..9ca2cd7 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,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; }