https://github.com/web-platform-tests/wpt
Raw File
Tip revision: b97ed1a30ad254dd525c1c8a5c03716e27892245 authored by Philip Jägenstedt on 20 October 2016, 13:49:52 UTC
Test that document.all() and document.all.item() throws
Tip revision: b97ed1a
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