mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Move positioning_margin.html to wpt reftests.
This commit is contained in:
parent
e228e29289
commit
2450694eee
4 changed files with 25 additions and 1 deletions
|
@ -1651,6 +1651,18 @@
|
|||
"url": "/_mozilla/css/iframe/overflow.html"
|
||||
}
|
||||
],
|
||||
"css/iframe/positioning_margin.html": [
|
||||
{
|
||||
"path": "css/iframe/positioning_margin.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/iframe/positioning_margin_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/iframe/positioning_margin.html"
|
||||
}
|
||||
],
|
||||
"css/image_rendering_auto_a.html": [
|
||||
{
|
||||
"path": "css/image_rendering_auto_a.html",
|
||||
|
@ -7176,6 +7188,18 @@
|
|||
"url": "/_mozilla/css/iframe/overflow.html"
|
||||
}
|
||||
],
|
||||
"css/iframe/positioning_margin.html": [
|
||||
{
|
||||
"path": "css/iframe/positioning_margin.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/iframe/positioning_margin_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/iframe/positioning_margin.html"
|
||||
}
|
||||
],
|
||||
"css/image_rendering_auto_a.html": [
|
||||
{
|
||||
"path": "css/image_rendering_auto_a.html",
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<link rel=match href=positioning_margin_ref.html>
|
||||
<body style="margin: 0px;">
|
||||
<iframe src="data:text/html,%3Chtml%3E%3Cbody%20style%3D%22margin%3A%200px%3B%22%3E%3Cdiv%20style%3D%22background%3A%20green%3B%20height%3A%20100px%3B%20width%3A%20100px%3B%22%3E%3C%2Fdiv%3E%3C%2Fbody%3E%3C%2Fhtml%3E"
|
||||
style="display: block; border: 0px; width: 100px; height: 100px; margin-top: 100px;">
|
||||
</iframe>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
<html>
|
||||
<body>
|
||||
<div style="position: absolute; width: 100px; height: 100px; background: green; top: 100px; left: 0px;"></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue