https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 917190e67268d05677eacdd3fd068dc6e3d15269 authored by Anne van Kesteren on 14 May 2018, 14:10:29 UTC
review feedback
Tip revision: 917190e
hex-002.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">
<link rel="match" href="greentext-ref.html">
<meta name="assert" content="8 digit hex, fully opaque">
<style>
    .test {color: #008000FF}
</style>
<body>
    <p class="test">Test passes if this text is green</p>
</body>
back to top