mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Move data_img_a.html to wpt reftests.
This commit is contained in:
parent
49498fbda1
commit
7491fd834b
4 changed files with 25 additions and 1 deletions
|
@ -38,7 +38,6 @@ flaky_cpu == append_style_a.html append_style_b.html
|
|||
== clip_a.html clip_ref.html
|
||||
== counters_nested_a.html counters_nested_ref.html
|
||||
== counters_simple_a.html counters_simple_ref.html
|
||||
== data_img_a.html data_img_b.html
|
||||
== empty_cells_a.html empty_cells_ref.html
|
||||
== external_media_query_link.html external_media_query_ref.html
|
||||
== external_media_query_style.html external_media_query_ref.html
|
||||
|
|
|
@ -791,6 +791,18 @@
|
|||
"url": "/_mozilla/css/class-namespaces.html"
|
||||
}
|
||||
],
|
||||
"css/data_img_a.html": [
|
||||
{
|
||||
"path": "css/data_img_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/data_img_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/data_img_a.html"
|
||||
}
|
||||
],
|
||||
"css/filter_inline_a.html": [
|
||||
{
|
||||
"path": "css/filter_inline_a.html",
|
||||
|
@ -4992,6 +5004,18 @@
|
|||
"url": "/_mozilla/css/class-namespaces.html"
|
||||
}
|
||||
],
|
||||
"css/data_img_a.html": [
|
||||
{
|
||||
"path": "css/data_img_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/data_img_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/data_img_a.html"
|
||||
}
|
||||
],
|
||||
"css/filter_inline_a.html": [
|
||||
{
|
||||
"path": "css/filter_inline_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='data_img_b.html'>
|
||||
<meta charset="UTF-8" />
|
||||
</head>
|
||||
<body>
|
Loading…
Add table
Add a link
Reference in a new issue