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
hex-004.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Color 4: The RGB hexadecimal notations: #RRGGBB</title>
<link rel="author" title="Chris Lilley" href="mailto:chris@w3.org">
<link rel="help" href="https://drafts.csswg.org/css-color-4/#hex-notation">
<meta name="assert" content="4 digit hex, fully opaque">
<link rel="match" href="hex-003-ref.html">
<style>
    .test {color: #070F}
</style>
<body>
    <p class="test">Test passes if this text is green</p>
</body>
back to top