blob: 6941fc0c6f23c027e3e89d3a918e8127cc5bb582 [file] [log] [blame]
var frameDoc;
var loadCount = 0;
function loaded()
{
loadCount++;
if (loadCount == 2)
runRepaintAndPixelTest();
}
function repaintTest()
{
test(document.getElementById("iframe").contentDocument);
}