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