gecko-dev/dom/vr/test/crashtests/enumerate_vr_on_dying_windo...

15 строки
278 B
HTML

<html>
<head>
<script>
window.onload = function(){
var frame = document.getElementById('test_iframe');
var win = frame.contentWindow;
frame.remove();
win.onvrdisplayactivate = function () {}
};
</script></head>
<body>
<iframe id="test_iframe"></iframe>
</body>
</html>