mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 1441613: Fixup crashtest so that it actually removes the reftest-wait class. r=me on a CLOSED TREE
MozReview-Commit-ID: AtiurGZd5xR
This commit is contained in:
parent
def3549f1a
commit
43bc808859
@ -9,8 +9,11 @@ iframe.onload = function() {
|
||||
let ctx = canvas.getContext('2d');
|
||||
document.body.offsetTop;
|
||||
iframe.style.display = 'none';
|
||||
ctx.font = '10px serif';
|
||||
document.documentElement.className = "";
|
||||
try {
|
||||
ctx.font = '10px serif';
|
||||
} finally {
|
||||
document.documentElement.className = "";
|
||||
}
|
||||
};
|
||||
</script>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user