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