https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 588f3143f83a476da6062e4901684064fd073078 authored by James Graham on 10 April 2018, 10:16:46 UTC
Add python handler directory to Python path in wptserve
Tip revision: 588f314
webkit-text-fill-color-property-001b.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>webkit-text-fill-color: green</title>
<link rel="author" title="Jeremy Chen" href="jeremychen@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<link rel="help" href="https://compat.spec.whatwg.org/#the-webkit-text-fill-color">
<meta name="assert" content="The color of texts should be green">
<link rel="match" href="webkit-text-fill-color-property-001-ref.html">
<div style="color: red; -webkit-text-fill-color: green;">These texts should be green</div>
back to top