mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #8648 - Ms2ger:test-ref, r=frewsxcv
Use wptrunner for some old-style reftests. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8648) <!-- Reviewable:end -->
This commit is contained in:
commit
6684804846
23 changed files with 250 additions and 10 deletions
|
@ -13,16 +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/bg_color.html iframe/bg_color_ref.html
|
|
||||||
== iframe/hide_after_load.html iframe/hide_after_load_ref.html
|
|
||||||
== iframe/hide_and_show.html iframe/hide_and_show_ref.html
|
|
||||||
== iframe/hide_layers1.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/overflow.html iframe/overflow_ref.html
|
|
||||||
== 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
|
== 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
|
||||||
== iframe/simple_inline_min.html iframe/simple_inline_min_ref.html
|
== iframe/simple_inline_min.html iframe/simple_inline_min_ref.html
|
||||||
|
|
|
@ -1567,6 +1567,126 @@
|
||||||
"url": "/_mozilla/css/hide_after_create.html"
|
"url": "/_mozilla/css/hide_after_create.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/iframe/bg_color.html": [
|
||||||
|
{
|
||||||
|
"path": "css/iframe/bg_color.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/iframe/bg_color_ref.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/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/iframe/hide_layers1.html": [
|
||||||
|
{
|
||||||
|
"path": "css/iframe/hide_layers1.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/iframe/hide_layers_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/iframe/hide_layers1.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"css/iframe/hide_layers2.html": [
|
||||||
|
{
|
||||||
|
"path": "css/iframe/hide_layers2.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/iframe/hide_layers_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/iframe/hide_layers2.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"css/iframe/multiple_external.html": [
|
||||||
|
{
|
||||||
|
"path": "css/iframe/multiple_external.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/iframe/multiple_external_ref.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/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/iframe/simple.html": [
|
||||||
|
{
|
||||||
|
"path": "css/iframe/simple.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/iframe/simple_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/iframe/simple.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"css/iframe/simple_inline_default.html": [
|
||||||
|
{
|
||||||
|
"path": "css/iframe/simple_inline_default.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/iframe/simple_inline_default_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/iframe/simple_inline_default.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",
|
||||||
|
@ -7008,6 +7128,126 @@
|
||||||
"url": "/_mozilla/css/hide_after_create.html"
|
"url": "/_mozilla/css/hide_after_create.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/iframe/bg_color.html": [
|
||||||
|
{
|
||||||
|
"path": "css/iframe/bg_color.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/iframe/bg_color_ref.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/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/iframe/hide_layers1.html": [
|
||||||
|
{
|
||||||
|
"path": "css/iframe/hide_layers1.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/iframe/hide_layers_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/iframe/hide_layers1.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"css/iframe/hide_layers2.html": [
|
||||||
|
{
|
||||||
|
"path": "css/iframe/hide_layers2.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/iframe/hide_layers_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/iframe/hide_layers2.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"css/iframe/multiple_external.html": [
|
||||||
|
{
|
||||||
|
"path": "css/iframe/multiple_external.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/iframe/multiple_external_ref.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/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/iframe/simple.html": [
|
||||||
|
{
|
||||||
|
"path": "css/iframe/simple.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/iframe/simple_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/iframe/simple.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"css/iframe/simple_inline_default.html": [
|
||||||
|
{
|
||||||
|
"path": "css/iframe/simple_inline_default.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/iframe/simple_inline_default_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/iframe/simple_inline_default.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=bg_color_ref.html>
|
||||||
<body style="background-color: blue; margin: 0;">
|
<body style="background-color: blue; margin: 0;">
|
||||||
<div style="margin: 20px;">
|
<div style="margin: 20px;">
|
||||||
<iframe src="about:blank" style="border: 0; background-color: green;">
|
<iframe src="about:blank" style="border: 0; background-color: green;">
|
|
@ -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">
|
|
@ -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;
|
|
@ -1,5 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html class="reftest-wait">
|
<html class="reftest-wait">
|
||||||
|
<link rel=match href=hide_layers_ref.html>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
|
@ -1,5 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html class="reftest-wait">
|
<html class="reftest-wait">
|
||||||
|
<link rel=match href=hide_layers_ref.html>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
background-color: green;
|
background-color: green;
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel=match href=multiple_external_ref.html>
|
||||||
<style>
|
<style>
|
||||||
iframe {
|
iframe {
|
||||||
margin: 10px;
|
margin: 10px;
|
|
@ -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">
|
|
@ -1,4 +1,5 @@
|
||||||
<html>
|
<html>
|
||||||
|
<link rel=match href=positioning_margin_ref.html>
|
||||||
<body style="margin: 0px;">
|
<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"
|
<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;">
|
style="display: block; border: 0px; width: 100px; height: 100px; margin-top: 100px;">
|
|
@ -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"
|
|
@ -1,4 +1,5 @@
|
||||||
<html>
|
<html>
|
||||||
|
<link rel=match href=simple_inline_default_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