https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 712117fd2551047eab06ca9133205d79ec24389d authored by Reza.Zakerinasab on 06 November 2017, 16:09:10 UTC
Ship CreateImageBitmap resize options
Tip revision: 712117f
whitetext-ref.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>White text reference</title>
<style>
    .test { color: #FFFFFF; background-color: #333; padding: 3px}
</style>
<body>
    <p class="test">Test passess if this text is white</p>
</body>
back to top