summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-pseudo/highlight-currentcolor-root-explicit-default-002-ref.html
blob: 31759483174842e7dcc6d0fcb1cea8883f593c06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8" />
<title>CSS Pseudo-Elements Test: Reference</title>
<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
<link rel="stylesheet" href="support/highlights.css">
<style>
.highlight_reftest {
  color: green;
  margin: 10px;
}
.color-blue {
  color: blue;
}
</style>

<div class="highlight_reftest">green</div>
<div class="highlight_reftest">green</div>
<div class="highlight_reftest color-blue">blue</div>
<div class="highlight_reftest color-blue">blue</div>