mirror of
https://github.com/servo/servo.git
synced 2025-06-29 19:43:39 +01:00
13 lines
221 B
HTML
13 lines
221 B
HTML
<!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>
|