summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/390318-1c.html
blob: 94853bbccf8733c249a818f1fd2000400207ff52 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
 <head>
  <style>body { color: red; } body { color: green ;</style>
 </head>
 <body>
  This should be green
 </body>
</html>