Add preliminary support for same-origin iframes

This commit is contained in:
MoyuScript
2014-09-16 20:12:13 +03:00
parent 5a282666dc
commit a4ee26cffd
10 changed files with 119 additions and 23 deletions

View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>frame 1</title>
<style>
body {
background: green;
color: red;
}
</style>
</head>
<body>
this is the content of frame1
</body>
</html>