Source code
Revision control
Copy as Markdown
Other Tools
<head>
<title>CSS Test: rgba() colors</title>
<style type="text/css"><![CDATA[
html, body { background: white; color: black; }
#one, #two { width: 12em; height: 12em; }
#one { background-color: rgb(102, 102, 102); margin-bottom: 0 }
]]></style>
</head>
<body>
<p>The test passes if you see a gray square:</p>
<p id="one"></p>
</body>
</html>