https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 093b0b3d5d041c16ef342790acaf3e9c1b5e01e6 authored by Hayato Ito on 28 March 2018, 12:08:08 UTC
Keep track of all pending slot assignments, and recalc all before UpdateStyle phase
Tip revision: 093b0b3
webkit-text-fill-color-property-001d.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: transparent; -webkit-text-fill-color: green;">These texts should be green</div>
back to top