https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 962fc570fdb2fc2a1b907e65979a6f9fbfcf2243 authored by Anne van Kesteren on 12 April 2018, 17:29:14 UTC
Test for opaque redirect handling
Tip revision: 962fc57
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