gecko-dev/layout/reftests/bugs/1466008.html
Emilio Cobos Álvarez 50bc098041 Bug 1466008: Make will-change honor prefs properly, and clean it up while at it. r=xidorn
Will add a test, though in JSConf right now...

MozReview-Commit-ID: JyzwaRgf5Ct
2018-06-01 14:49:59 +02:00

6 lines
199 B
HTML

<!doctype html>
<div style="height: 100px"></div>
<div style="will-change: contain;">
<div style="position: absolute; top: 0; left: 0; width: 100px; height: 100px; background: green"></div>
</div>