https://github.com/web-platform-tests/wpt
Raw File
Tip revision: b71f2b352ffc54f46299931a1ada7b71e6c92877 authored by Mike Pennisi on 10 December 2018, 20:43:57 UTC
Explicitly fetch test manifest
Tip revision: b71f2b3
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