https://github.com/web-platform-tests/wpt
Revision db7571a59f47da9f9391233f640986e2f5e7299e authored by Simon Pieters on 16 December 2016, 18:48:51 UTC, committed by Simon Pieters on 16 December 2016, 18:48:51 UTC
1 parent 0dd2515
Raw File
Tip revision: db7571a59f47da9f9391233f640986e2f5e7299e authored by Simon Pieters on 16 December 2016, 18:48:51 UTC
Make the test run regardless of what the path is
Tip revision: db7571a
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