https://github.com/web-platform-tests/wpt
Raw File
Tip revision: e893060fea346c1b05076d048d34bfac0ed23172 authored by Chris Nardi on 02 April 2018, 17:04:26 UTC
Remove test that CSSStyleSheet.media is read-only
Tip revision: e893060
hex-003-ref.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>Green text reference for hex shorthand tests</title>
<style>
    .test { color: #007700}
</style>
<body>
    <p class="test">Test passes if this text is green</p>
</body>
back to top