summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/forced-colors-mode/forced-colors-mode-39-ref.html
blob: df6de6eda257ecb027b8d861cfe3cb2a5ab3ccce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<meta charset="utf-8">
<title>Forced colors mode - pseudo elements.</title>
<style>
  p::before {
    background: Canvas;
    content: 'before';
    display: block;
    forced-color-adjust: none;
    width: 100%;
  }
</style>
<p>
  The background color of pseudo elements should get overridden in Forced Colors
  Mode.
</p>