FAIL - function test() { if (window.parent.test === window) { document.body.textContent = 'FAIL - WebIDL [Global] not honoured'; } else if (window.parent.test === 'VALUE') { document.body.textContent = 'PASS'; } else { document.body.textContent = 'FAIL - ' + window.parent.test; } }