https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 880ac9346d9e5b694ac8ce8d5d8ee15f4d41b8d4 authored by jkereliuk on 25 May 2018, 20:00:04 UTC
added chrome_webdriver as a product
Tip revision: 880ac93
hex-003.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="hex-003-ref.html">
<meta name="assert" content="3 digit hex">
<style>
    .test {color: #070}
</style>
<body>
    <p class="test">Test passes if this text is green</p>
</body>
back to top