mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
layout: Put iframes that form stacking contexts in the right place.
Improves eBay. Closes #7282.
This commit is contained in:
parent
5c284a546a
commit
4df4d1a1a9
4 changed files with 35 additions and 3 deletions
12
tests/ref/iframe/stacking_context_ref.html
Normal file
12
tests/ref/iframe/stacking_context_ref.html
Normal 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">
|
Loading…
Add table
Add a link
Reference in a new issue