summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-display/display-contents-state-change-ref.html
blob: 244572a685b6d5d8f4797f12a6d2aff0f22c1757 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS test reference</title>
<link rel="author" name="Emilio Cobos Álvarez" href="mailto:ecobos@igalia.com">
<style>
div {
  color: green;
}
</style>
<div>
  This text should be green, there should be no red border at any time.
</div>