https://github.com/web-platform-tests/wpt
Raw File
Tip revision: dd162ecb8f93dd2a012c63da40ec9bfad4481239 authored by Simon Pieters on 28 April 2016, 08:14:23 UTC
change/input events on radio/checkbox should be trusted
Tip revision: dd162ec
webkit-text-fill-color-property-001a.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="-webkit-text-fill-color: green;">These texts should be green</div>
back to top