mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move hide_and_show.html to wpt reftests.
This commit is contained in:
parent
19c4991c55
commit
4466fc3537
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/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
|
||||||
== iframe/multiple_external.html iframe/multiple_external_ref.html
|
== iframe/multiple_external.html iframe/multiple_external_ref.html
|
||||||
|
|
|
@ -1591,6 +1591,18 @@
|
||||||
"url": "/_mozilla/css/iframe/hide_after_load.html"
|
"url": "/_mozilla/css/iframe/hide_after_load.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/iframe/hide_and_show.html": [
|
||||||
|
{
|
||||||
|
"path": "css/iframe/hide_and_show.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/iframe/hide_and_show_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/iframe/hide_and_show.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",
|
||||||
|
@ -7056,6 +7068,18 @@
|
||||||
"url": "/_mozilla/css/iframe/hide_after_load.html"
|
"url": "/_mozilla/css/iframe/hide_after_load.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/iframe/hide_and_show.html": [
|
||||||
|
{
|
||||||
|
"path": "css/iframe/hide_and_show.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/iframe/hide_and_show_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/iframe/hide_and_show.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_and_show_ref.html>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
Loading…
Add table
Add a link
Reference in a new issue