https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 7cf8b31850c212e68883f583185b9885a31143cc authored by Geoffrey Sneddon on 30 March 2018, 03:09:04 UTC
Test for used column-count when column-count/width are not auto
Tip revision: 7cf8b31
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