Revert "Merge pull request #2819 from bjwbell/iframe-layers"

This reverts commit 0200b61f71, reversing
changes made to ca96821902.
This commit is contained in:
Cameron Zwarich 2014-07-19 17:17:00 -07:00
parent 39b9397c2b
commit a7eafbc48e
17 changed files with 153 additions and 566 deletions

View file

@ -0,0 +1,7 @@
<html>
<body>
<div style="border: 1px solid black; width: 500px; height: 300px; margin-left: 10px; margin-top: 20px;">
<div style="margin: 8px; /* matches user-agent body */">Just a simple little iframe.</div>
</div>
</body>
</html>