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>