https://github.com/web-platform-tests/wpt
Raw File
Tip revision: afd27f95a4e02cd4fd62ef883c3f540e03761266 authored by Simon Pieters on 26 October 2016, 13:33:39 UTC
Test that removed legacycallers are not supported
Tip revision: afd27f9
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