gecko/layout/reftests/image-element/invalidate-1.html
Robert O'Callahan 0991ab95c2 Bug 909157. Invalidate rendering observers when an image changes. r=mattwoodrow
--HG--
extra : rebase_source : 04b127fde9a9e07e50c6196f53a1eea3c8f04db6
2013-09-04 23:13:11 +12:00

8 lines
230 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<div id="A" style="background:url(repeatable-diagonal-gradient.png?1234); width:100px; height:100px"></div>
<div style="background:-moz-element(#A); width:100px; height:100px;"></div>
</body>
</html>