gecko-dev/layout/reftests/bugs/1375674-ref.html
Emilio Cobos Álvarez 3662a5c86c Bug 1375674: Reftest for the display: contents issue. r=heycam
MozReview-Commit-ID: Kca1oIzo7oZ

--HG--
extra : rebase_source : 43b22deb2b8045f1231f309daa5f733489801d5d
2017-06-23 19:41:23 +02:00

12 lines
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>