Revision ae6368e7b8fafc7acdd9b6c0d8a31bda95f72c68 authored by kaixinjxq on 30 July 2018, 06:26:36 UTC, committed by TAMURA, Kent on 30 July 2018, 06:26:36 UTC
1 parent 57f4c96
Raw File
webkit-text-fill-color-property-001c.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 <span style="color: red">should be green</span></div>
back to top