Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset="utf-8">
<title>Forced colors mode - pseudo elements.</title>
<link rel=match href="forced-colors-mode-39-ref.html">
<style>
p::before {
background: blue;
content: 'before';
display: block;
width: 100%;
}
</style>
<p>
The background color of pseudo elements should get overridden in Forced Colors
Mode.
</p>