Raw File
webkit-text-fill-color-property-005-ref.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>webkit-text-fill-color on text-decoration underline reference</title>
<link rel="author" title="Jeremy Chen" href="jeremychen@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<style type="text/css">
p {
  font-size: 50px;
  text-decoration: underline;
  color: green;
}
</style>
<div><p>Pass if text underline is green!!!</p></div>
back to top