https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 6640192e5fb4ea726bfa7dee0703d566f5c89463 authored by Ms2ger on 24 November 2017, 10:22:20 UTC
Revert "[mediacapture-fromelement] Support Firefox moz-prefixed implementation in tests"
Tip revision: 6640192
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