servo/tests/wpt/web-platform-tests/html/browsers/sandboxing/inner-iframe.html

13 lines
191 B
HTML

<!DOCTYPE html>
<html>
<head>
<script>
window.onload = function() {
top.calledFromIframe();
}
</script>
</head>
<body>
<div id="inner">foo</div>
</body>
</html>