mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Move hide_after_load.html to wpt reftests.
This commit is contained in:
parent
833cd524e0
commit
19c4991c55
5 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/hide_after_load.html iframe/hide_after_load_ref.html
|
|
||||||
== iframe/hide_and_show.html iframe/hide_and_show_ref.html
|
== iframe/hide_and_show.html iframe/hide_and_show_ref.html
|
||||||
== iframe/hide_layers1.html iframe/hide_layers_ref.html
|
== iframe/hide_layers1.html iframe/hide_layers_ref.html
|
||||||
== iframe/hide_layers2.html iframe/hide_layers_ref.html
|
== iframe/hide_layers2.html iframe/hide_layers_ref.html
|
||||||
|
|
|
@ -1579,6 +1579,18 @@
|
||||||
"url": "/_mozilla/css/iframe/bg_color.html"
|
"url": "/_mozilla/css/iframe/bg_color.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/iframe/hide_after_load.html": [
|
||||||
|
{
|
||||||
|
"path": "css/iframe/hide_after_load.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/iframe/hide_after_load_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/iframe/hide_after_load.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",
|
||||||
|
@ -7032,6 +7044,18 @@
|
||||||
"url": "/_mozilla/css/iframe/bg_color.html"
|
"url": "/_mozilla/css/iframe/bg_color.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/iframe/hide_after_load.html": [
|
||||||
|
{
|
||||||
|
"path": "css/iframe/hide_after_load.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/iframe/hide_after_load_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/iframe/hide_after_load.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,5 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html class="reftest-wait">
|
<html class="reftest-wait">
|
||||||
|
<link rel=match href=hide_after_load_ref.html>
|
||||||
<body style="background: green;">
|
<body style="background: green;">
|
||||||
<iframe style="border: 0" src="hide_after_load_inner_frame.html"></iframe>
|
<iframe style="border: 0" src="hide_after_load_inner_frame.html"></iframe>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
Loading…
Add table
Add a link
Reference in a new issue