зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1441613: Crashtest. r=emilio
MozReview-Commit-ID: 9v6NLvn9PpB
This commit is contained in:
Родитель
c3209ce172
Коммит
6f629d6b15
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="reftest-wait">
|
||||
<iframe id="iframe" src="about:blank"></iframe>
|
||||
<script>
|
||||
iframe.onload = function() {
|
||||
let doc = iframe.contentDocument;
|
||||
let canvas = doc.createElement('canvas');
|
||||
doc.body.appendChild(canvas);
|
||||
let ctx = canvas.getContext('2d');
|
||||
document.body.offsetTop;
|
||||
iframe.style.display = 'none';
|
||||
ctx.font = '10px serif';
|
||||
document.documentElement.className = "";
|
||||
};
|
||||
</script>
|
||||
</html>
|
|
@ -50,3 +50,4 @@ load 1334647-1.html
|
|||
load 1349067.html
|
||||
pref(gfx.offscreencanvas.enabled,true) load 1348976-1.html
|
||||
load 1357092.html
|
||||
load 1441613.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче