layout: Put iframes that form stacking contexts in the right place.

Improves eBay.

Closes #7282.
This commit is contained in:
Patrick Walton 2015-08-19 12:07:14 -07:00
parent 5c284a546a
commit 4df4d1a1a9
4 changed files with 35 additions and 3 deletions

View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<style>
iframe {
position: absolute;
width: 200px;
height: 200px;
top: 100px;
left: 100px;
border: solid green 50px;
}
</style>
<iframe src="data:text/html,%3Cspan%3EJust%20a%20simple%20little%20iframe.%3C%2Fspan%3E">