mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9 lines
350 B
HTML
9 lines
350 B
HTML
<!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>
|