mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Move simple.html to wpt reftests.
This commit is contained in:
parent
2450694eee
commit
7254a25fc5
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/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
|
||||||
== iframe/simple_inline_height.html iframe/simple_inline_height_ref.html
|
== iframe/simple_inline_height.html iframe/simple_inline_height_ref.html
|
||||||
== iframe/simple_inline_max.html iframe/simple_inline_max_ref.html
|
== iframe/simple_inline_max.html iframe/simple_inline_max_ref.html
|
||||||
|
|
|
@ -1663,6 +1663,18 @@
|
||||||
"url": "/_mozilla/css/iframe/positioning_margin.html"
|
"url": "/_mozilla/css/iframe/positioning_margin.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/iframe/simple.html": [
|
||||||
|
{
|
||||||
|
"path": "css/iframe/simple.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/iframe/simple_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/iframe/simple.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",
|
||||||
|
@ -7200,6 +7212,18 @@
|
||||||
"url": "/_mozilla/css/iframe/positioning_margin.html"
|
"url": "/_mozilla/css/iframe/positioning_margin.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/iframe/simple.html": [
|
||||||
|
{
|
||||||
|
"path": "css/iframe/simple.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/iframe/simple_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/iframe/simple.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=simple_ref.html>
|
||||||
<body>
|
<body>
|
||||||
<div style="margin-top: 20px">
|
<div style="margin-top: 20px">
|
||||||
<iframe src="data:text/html,%3Cspan%3EJust%20a%20simple%20little%20iframe.%3C%2Fspan%3E"
|
<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