Add spec for sanbox attribute of iframe.

This commit is contained in:
Cheng Zhao 2014-03-04 22:04:41 +08:00
parent e3d67a304f
commit df86c9dac1
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<html>
<body>
<script type="text/javascript" charset="utf-8">
console.log('ready2')
window.parent.changedByIframe = true;
</script>
</body>
</html>