test-image-layers-multiple-displayitem.html (475B)
1 <!DOCTYPE HTML> 2 <html class="reftest-wait"> 3 <body> 4 <style> 5 img { 6 background-color: green; 7 } 8 </style> 9 <div> 10 <img id="image" class="reftest-no-paint" src="./image_rgrg-256x256.png" style="transform: perspective(1px)"></img> 11 </div> 12 <script type="application/javascript"> 13 14 function doTest() { 15 document.body.style.background = "black"; 16 document.documentElement.removeAttribute("class"); 17 } 18 document.addEventListener("MozReftestInvalidate", doTest); 19 </script> 20 </body> 21 </html>