blob: a35a6b73f381c7bfb2dfb98d4669bdcfaaaffe33 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../resources/js-test-pre.js"></script>
</head>
<body>
<iframe id="x" src="data:text/html,<p>Hello</p>"></iframe>
<div id="description"></div>
<div id="console"></div>
<script>
description('Test storing to a lazy global property.');
window.frames[0].Math = window.Math;
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>