571347-3.html (235B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 div:not(.foo) { display: none; } 6 </style> 7 </head> 8 <body onload="document.getElementById('x').className = 'foo'"> 9 <div id="x">This text should appear</div> 10 </body> 11 </html>