mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Move filter_inline_a.html to wpt reftests.
This commit is contained in:
parent
bfbf881ca0
commit
49498fbda1
4 changed files with 25 additions and 1 deletions
|
@ -42,7 +42,6 @@ flaky_cpu == append_style_a.html append_style_b.html
|
||||||
== empty_cells_a.html empty_cells_ref.html
|
== empty_cells_a.html empty_cells_ref.html
|
||||||
== external_media_query_link.html external_media_query_ref.html
|
== external_media_query_link.html external_media_query_ref.html
|
||||||
== external_media_query_style.html external_media_query_ref.html
|
== external_media_query_style.html external_media_query_ref.html
|
||||||
== filter_inline_a.html filter_inline_ref.html
|
|
||||||
== filter_opacity_a.html filter_opacity_ref.html
|
== filter_opacity_a.html filter_opacity_ref.html
|
||||||
== filter_sepia_a.html filter_sepia_ref.html
|
== filter_sepia_a.html filter_sepia_ref.html
|
||||||
== first_child_pseudo_a.html first_child_pseudo_b.html
|
== first_child_pseudo_a.html first_child_pseudo_b.html
|
||||||
|
|
|
@ -791,6 +791,18 @@
|
||||||
"url": "/_mozilla/css/class-namespaces.html"
|
"url": "/_mozilla/css/class-namespaces.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/filter_inline_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/filter_inline_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/filter_inline_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/filter_inline_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/first_of_type_pseudo_a.html": [
|
"css/first_of_type_pseudo_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/first_of_type_pseudo_a.html",
|
"path": "css/first_of_type_pseudo_a.html",
|
||||||
|
@ -4980,6 +4992,18 @@
|
||||||
"url": "/_mozilla/css/class-namespaces.html"
|
"url": "/_mozilla/css/class-namespaces.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/filter_inline_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/filter_inline_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/filter_inline_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/filter_inline_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/first_of_type_pseudo_a.html": [
|
"css/first_of_type_pseudo_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/first_of_type_pseudo_a.html",
|
"path": "css/first_of_type_pseudo_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='filter_inline_ref.html'>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
.ex {
|
.ex {
|
Loading…
Add table
Add a link
Reference in a new issue