1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/invalidation/test-animated-image-layers-background.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html class="reftest-wait"> 1.6 +<body> 1.7 +<div> 1.8 +<div id="image" style="width: 256px; height: 256px; background-image: url('image_rgrg-256x256-animated.gif');" class="reftest-no-paint"></div> 1.9 +</div> 1.10 +<script type="application/javascript"> 1.11 + 1.12 +function doTest() { 1.13 + document.body.style.background = "black"; 1.14 + document.documentElement.removeAttribute("class"); 1.15 +} 1.16 +document.addEventListener("MozReftestInvalidate", doTest, false); 1.17 +</script> 1.18 +</body> 1.19 +</html>