Revision 47c97a405921a671c3ca6ce73818f3a8b5bd8b25 authored by Geoffrey Sneddon on 04 April 2018, 21:24:40 UTC, committed by Geoffrey Sneddon on 04 April 2018, 22:04:57 UTC
1 parent 333fad1
Raw File
greentext-ref.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>Green text reference</title>
<style>
    .test { color: #008000}
</style>
<body>
    <p class="test">Test passes if this text is green</p>
</body>
back to top