Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<title>CSS test reference</title>
<style>
.contents {
will-change: opacity;
color: green;
}
</style>
<div class="contents">
Should be green.
</div>