summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1375674-ref.html
blob: 006dd424da01e15973c02b32a6468212f6eaafaa (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<title>CSS test reference</title>
<style>
  .contents {
    will-change: opacity;
    color: green;
  }
</style>
<div class="contents">
  Should be green.
</div>