mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1024473 - Fix the test. CLOSED TREE
This commit is contained in:
parent
dd423b2558
commit
eff7f162b1
@ -9,9 +9,8 @@ var cx = canvas.getContext("2d");
|
||||
cx.fillStyle="lime";
|
||||
cx.fillRect(0, 0, 200, 100);
|
||||
|
||||
window.addEventListener("MozReftestInvalidate")
|
||||
setTimeout(function() {
|
||||
window.addEventListener("MozReftestInvalidate", function() {
|
||||
canvas.style.borderRadius = "40px";
|
||||
document.documentElement.removeAttribute("class");
|
||||
}, 1000);
|
||||
});
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user