missing-semicolon-ref.html (246B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Missing semicolon at end of block should not keep declaration from being applied</title> 5 </head> 6 <body> 7 <div style="color: green;">Test passes if this paragraph is green.</div> 8 </body> 9 </html>