mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Move overflow.html to wpt reftests.
This commit is contained in:
parent
ea118c56d6
commit
e228e29289
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
|
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
|
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
|
||||||
|
|
||||||
== iframe/overflow.html iframe/overflow_ref.html
|
|
||||||
== iframe/positioning_margin.html iframe/positioning_margin_ref.html
|
== iframe/positioning_margin.html iframe/positioning_margin_ref.html
|
||||||
== iframe/simple.html iframe/simple_ref.html
|
== iframe/simple.html iframe/simple_ref.html
|
||||||
== iframe/simple_inline_default.html iframe/simple_inline_default_ref.html
|
== iframe/simple_inline_default.html iframe/simple_inline_default_ref.html
|
||||||
|
|
|
@ -1639,6 +1639,18 @@
|
||||||
"url": "/_mozilla/css/iframe/multiple_external.html"
|
"url": "/_mozilla/css/iframe/multiple_external.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/iframe/overflow.html": [
|
||||||
|
{
|
||||||
|
"path": "css/iframe/overflow.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/iframe/overflow_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/iframe/overflow.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/image_rendering_auto_a.html": [
|
"css/image_rendering_auto_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/image_rendering_auto_a.html",
|
"path": "css/image_rendering_auto_a.html",
|
||||||
|
@ -7152,6 +7164,18 @@
|
||||||
"url": "/_mozilla/css/iframe/multiple_external.html"
|
"url": "/_mozilla/css/iframe/multiple_external.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/iframe/overflow.html": [
|
||||||
|
{
|
||||||
|
"path": "css/iframe/overflow.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/iframe/overflow_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/iframe/overflow.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/image_rendering_auto_a.html": [
|
"css/image_rendering_auto_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/image_rendering_auto_a.html",
|
"path": "css/image_rendering_auto_a.html",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<html>
|
<html>
|
||||||
|
<link rel=match href=overflow_ref.html>
|
||||||
<body>
|
<body>
|
||||||
<iframe src="data:text/html,%3Cdiv%20style%3D%22background%3Agreen%3B%20width%3A%20200px%3B%20height%3A%20200px%3B%22%3E%3C%2Fdiv%3E"
|
<iframe src="data:text/html,%3Cdiv%20style%3D%22background%3Agreen%3B%20width%3A%20200px%3B%20height%3A%20200px%3B%22%3E%3C%2Fdiv%3E"
|
||||||
style="display: block; width: 108px; height: 108px; border: none">
|
style="display: block; width: 108px; height: 108px; border: none">
|
Loading…
Add table
Add a link
Reference in a new issue