summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/cssom/selectorText-modification-restyle-001-ref.html
blob: 74e580747083b3e9ff8d48876c08b83ddaa8d5cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<meta charset="utf-8">
<title>(Ref #1) CSSOM - CSSStyleRule.selectorText Modification Restyle - Reference #1</title>

<style>
div {
  color: green;
}
</style>

<body>
<div>I should be green.</div>
</body>