summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/581579-1.html
blob: 2cae1cc60d65a345dc3eb82c19ddcf3cc47e637f (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<style>p { color: black; }</style>
<style> #a { color: fuchsia { ; color: red } </style>
<style> #b { color: fuchsia ! { ; color: red } </style>
<style> #c { color: fuchsia ! important { ; color: red } </style>
<p id="a">This text should be black.</p>
<p id="b">This text should be black.</p>
<p id="c">This text should be black.</p>