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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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>