X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=test%2Fdata%2Ftestsuite.css;h=184689209b00d72b303a2623527eeb23ea0b6056;hb=97d468fbf0f840f52c91855b0bc8db0ed6ac403c;hp=7a162431f1cbc87537e637a28dc2914a00535f44;hpb=0256edbd6ff0cccfa1d522ab415afc34255b123b;p=jquery.git diff --git a/test/data/testsuite.css b/test/data/testsuite.css index 7a16243..1846892 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; } @@ -103,3 +103,7 @@ div.chain.out { background: green; } div.chain.out div { background: red; display: none; } div#show-tests * { display: none; } + +#nothiddendiv { font-size: 16px; } +#nothiddendivchild.em { font-size: 2em; } +#nothiddendivchild.prct { font-size: 150%; }