/* This file has been left here for historical reasons and now test nothing */
/* 
This test was first uploaded on the 12th of Feb, 2008 and has now be deactivated on the 29th of February 2008

It was imported originally from this style sheet

http://css-class.com/cssscript/logo-images.css

and to test this page

http://css-class.com/articles/explorer/floats/escaping-floats-peekaboo.htm

The if IE conditional comments were only on the above page

*/ 

/* testing media queries */
@media all and (min-width:600px) {#content1 h1 {background: url(../images/examples/t1.png)}}
@media all and (max-width:850px) {#content1 h1 {background: url(../images/examples/t2.png)}}
@media all and (max-width:950px) {#content1 h1 {background: url(../images/examples/t3.png)}}

/* testing for star html selectors that should not match */
.testblock+*+h2 {background: url(../images/examples/t4.png)}
*+html .efp {background: url(../images/examples/t5.png)}

/* testing for correct use of the pseudo classes, many browsers fail */
a[href*="ex6"]:active {background: url(../images/examples/t6.png)}
a[href*="ex6"]:focus {background: url(../images/examples/t7.png)}
 
/* just the style for the object which called in a true xml file 
http://css-class.com/test/testpage.xml

The object element was removed after two days */

object {margin:0;padding:0;height:10px;width:10px}



/* 
This following test we uploaded around the 25th of Feb 2008 and has now be deactivated on the 29th of February 2008

All styles appeared on this style sheet

http://css-class.com/cssscript/bugs.css

and to test these pages

http://css-class.com/articles/explorer/guillotine/index.htm
http://css-class.com/
*/ 

/* Testing for the support of negation and structural pseudo classes. 
Since the spoofed IE8 doesn't support any of these then the below hack can not be use to single out IE8
*:first-child+html body:last-child    */

#content1 .screenshot+*+*+*:not([class="examples"])+h2 {background: url(../images/examples/t11.png) top right no-repeat;}
#content1 .screenshot + * + * + *:not([class="examples"]) + h2 + p {background: url(../images/examples/t12.png) no-repeat;}
#content1 .screenshot ~ h2 + p + ol + p abbr:only-child {background: url(../images/examples/t13.png) no-repeat;}
#content1 .screenshot ~ dl:last-child {background: url(../images/examples/t14.png) no-repeat;}
#content1 .screenshot ~ ol:first-of-type {background: url(../images/examples/t15.png) no-repeat;}
#content1 .screenshot ~ ol:last-of-type {background: url(../images/examples/t16.png) left no-repeat;}
#content1 .screenshot ~ dl:only-of-type {background: url(../images/examples/t17.png) right no-repeat;}
#content1 p + p + p + p + p + * + p[class="update"] {background: url(../images/examples/t4.png) left no-repeat;}
*+html #content1 h1 + p + p + p[class="update"] {background: url(../images/examples/t5.png) left no-repeat;}
#markhome a:not([href$="/"]) {background: url(../images/examples/t18.png) top left no-repeat;}
#markhome li a:not([href*="contact"]) {background: url(../images/examples/t11.png) top right no-repeat;}
#markhome abbr:not([title*="ascade"]) {background: url(../images/examples/t12.png) no-repeat;}
#markhome h1 abbr:only-child {background: url(../images/examples/t13.png) no-repeat;}
#markhome ul:last-child {background: url(../images/examples/t14.png) no-repeat;}
#markhome h2:first-of-type {background: url(../images/examples/t15.png) no-repeat;}
#markhome h2:last-of-type {background: url(../images/examples/t16.png) left no-repeat;}
#markhome h3:only-of-type {background: url(../images/examples/t17.png) right no-repeat;}

/* 
