webkit-text-fill-color-property-005-ref.html (588B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>webkit-text-fill-color on text-decoration underline reference</title> 4 <link rel="author" title="Jeremy Chen" href="jeremychen@mozilla.com"> 5 <link rel="author" title="Mozilla" href="https://www.mozilla.org"> 6 <style type="text/css"> 7 p { 8 color: green; 9 } 10 p.underline { 11 text-decoration: underline; 12 } 13 </style> 14 <div><p>Pass if text underline is green!!!</p></div> 15 <div><p class="underline"> </p></div>