tenfourfox/js/xpconnect/tests/mochitest/file_doublewrappedcompartments.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

11 lines
429 B
HTML

<html>
<head>
<script>
// We want to put an expando on the object, but we want this object
// to be wrapped in other compartments. This means that the expando
// must implement precreate, which happens (in general) for nodes.
// So we just do a cyclic reference to the document body.
window.expando = document.documentElement;
</script>
</head>