Revision 47d3a27b5697f47bc76923b80ff9cfbde1d57580 authored by Servo WPT Sync on 13 March 2018, 19:31:58 UTC, committed by GitHub on 13 March 2018, 19:31:58 UTC
Merge pull request #10011 from sync_ef805cb3832c2deaf1ab8fc4f3353b65671e6f32
2 parent s 3c78e4a + ef805cb
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 {
  color: green;
}
p.underline {
  text-decoration: underline;
}
</style>
<div><p>Pass if text underline is green!!!</p></div>
<div><p class="underline">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p></div>
back to top