https://github.com/web-platform-tests/wpt
Raw File
Tip revision: da25c99886fb1a85fcf5a138bb8f337761c5aa7f authored by Anne van Kesteren on 06 June 2018, 09:55:14 UTC
move service worker into resources too
Tip revision: da25c99
blacktext-ref.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>Black text reference</title>
<style>
    .test { color: #000000}
</style>
<body>
    <p class="test">Test passes if this text is black</p>
</body>
back to top