1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/322461-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,4 @@ 1.4 +<html><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"><title>This is a test</title><style type="text/css"> 1.5 + * {color:red} 1.6 + div#first, DIV#second {color:green} 1.7 +</style></head><body><div id="first">This text should be green. CSS selector is in lowercase.</div><div id="second">This text should be green. CSS selector is in uppercase.</div></body></html>