https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 5eadadabcab4e5c980c30b40049832c9e5d2af4e authored by pyup-bot on 06 April 2018, 13:10:11 UTC
Update mozrunner from 6.14 to 6.15
Tip revision: 5eadada
whitetext-ref.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>White text reference</title>
<style>
    .test { color: #FFFFFF; background-color: #333; padding: 3px}
</style>
<body>
    <p class="test">Test passes if this text is white</p>
</body>
back to top