Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/vr/test/crashtests/crashtests.list
<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>