mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
@ -13,7 +13,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
|||
flaky_cpu == append_style_a.html append_style_b.html
|
||||
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
|
||||
|
||||
== iframe/positioning_margin.html iframe/positioning_margin_ref.html
|
||||
== iframe/simple.html iframe/simple_ref.html
|
||||
== iframe/simple_inline_default.html iframe/simple_inline_default_ref.html
|
||||
== iframe/simple_inline_height.html iframe/simple_inline_height_ref.html
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<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;">
|
Loading…
Add table
Add a link
Reference in a new issue