mirror of
https://github.com/servo/servo.git
synced 2025-06-22 08:08:59 +01:00
Move filter_sepia_a.html to wpt reftests.
This commit is contained in:
parent
7491fd834b
commit
b4f5496ccc
4 changed files with 25 additions and 1 deletions
|
@ -42,7 +42,6 @@ flaky_cpu == append_style_a.html append_style_b.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_opacity_a.html filter_opacity_ref.html
|
== filter_opacity_a.html filter_opacity_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
|
||||||
== fixed_width_overrides_child_intrinsic_width_a.html fixed_width_overrides_child_intrinsic_width_ref.html
|
== fixed_width_overrides_child_intrinsic_width_a.html fixed_width_overrides_child_intrinsic_width_ref.html
|
||||||
prefs:"layout.flex-direction.enabled,layout.flex.enabled" == flex_column_direction.html flex_column_direction_ref.html
|
prefs:"layout.flex-direction.enabled,layout.flex.enabled" == flex_column_direction.html flex_column_direction_ref.html
|
||||||
|
|
|
@ -815,6 +815,18 @@
|
||||||
"url": "/_mozilla/css/filter_inline_a.html"
|
"url": "/_mozilla/css/filter_inline_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/filter_sepia_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/filter_sepia_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/filter_sepia_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/filter_sepia_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",
|
||||||
|
@ -5028,6 +5040,18 @@
|
||||||
"url": "/_mozilla/css/filter_inline_a.html"
|
"url": "/_mozilla/css/filter_inline_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/filter_sepia_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/filter_sepia_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/filter_sepia_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/filter_sepia_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_sepia_ref.html'>
|
||||||
<style>
|
<style>
|
||||||
section {
|
section {
|
||||||
filter: sepia(100%);
|
filter: sepia(100%);
|
Loading…
Add table
Add a link
Reference in a new issue