gecko-dev/layout/reftests/bugs/1375674-ref.html

12 строки
178 B
HTML

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