empty.css (289B)
1 <!DOCTYPE HTML><html><head><title>FAIL</title><style> 2 <!-- this file is sent as text/html, not text/css, which is why it is 3 called "empty.css" despite the following lines --> 4 5 body { background: white; color: black; } 6 h1 { color: red; } 7 8 </style><body><h1>FAIL</h1></body></html>