mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move multiple_external.html to wpt reftests.
This commit is contained in:
parent
4cb6a87992
commit
ea118c56d6
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
|
||||
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
|
||||
|
||||
== 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
|
||||
|
|
|
@ -1627,6 +1627,18 @@
|
|||
"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/image_rendering_auto_a.html": [
|
||||
{
|
||||
"path": "css/image_rendering_auto_a.html",
|
||||
|
@ -7128,6 +7140,18 @@
|
|||
"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/image_rendering_auto_a.html": [
|
||||
{
|
||||
"path": "css/image_rendering_auto_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel=match href=multiple_external_ref.html>
|
||||
<style>
|
||||
iframe {
|
||||
margin: 10px;
|
Loading…
Add table
Add a link
Reference in a new issue