selectorText-modification-restyle-001-ref.html (221B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>(Ref #1) CSSOM - CSSStyleRule.selectorText Modification Restyle - Reference #1</title> 4 5 <style> 6 div { 7 color: green; 8 } 9 </style> 10 11 <body> 12 <div>I should be green.</div> 13 </body>