webkit-text-fill-color-property-001c.html (565B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>webkit-text-fill-color: green</title> 4 <link rel="author" title="Jeremy Chen" href="jeremychen@mozilla.com"> 5 <link rel="author" title="Mozilla" href="https://www.mozilla.org"> 6 <link rel="help" href="https://compat.spec.whatwg.org/#the-webkit-text-fill-color"> 7 <meta name="assert" content="The color of texts should be green"> 8 <link rel="match" href="webkit-text-fill-color-property-001-ref.html"> 9 <div style="color: red; -webkit-text-fill-color: green;">These texts <span style="color: red">should be green</span></div>