blob: 36ba43e5da330fb8f6ca0dd738a91acd82bf3c07 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.test { color: rgb(102, 102, 102); }
</style>
<body>
<p class="test">This text should be the same color as the line below.</p>
<p class="test">This text should be the same color as the line above.</p>
</body>