https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 1ed5ba207f0fc2dd0de4fd34a5d3f9b696265e59 authored by Andreas Butler on 14 December 2018, 23:57:08 UTC
[WebLocks]: Modifying weblocks algos to be O(1)
Tip revision: 1ed5ba2
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