mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Move filter_opacity_a.html to wpt reftests.
This commit is contained in:
parent
0439894c7c
commit
02a35f5540
4 changed files with 25 additions and 1 deletions
|
@ -28,7 +28,6 @@ flaky_cpu == append_style_a.html append_style_b.html
|
|||
== canvas_radial_gradient_a.html canvas_radial_gradient_ref.html
|
||||
== case-insensitive-font-family.html case-insensitive-font-family-ref.html
|
||||
== empty_cells_a.html empty_cells_ref.html
|
||||
== filter_opacity_a.html filter_opacity_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.enabled" == flex_row_direction.html flex_row_direction_ref.html
|
||||
|
|
|
@ -971,6 +971,18 @@
|
|||
"url": "/_mozilla/css/filter_inline_a.html"
|
||||
}
|
||||
],
|
||||
"css/filter_opacity_a.html": [
|
||||
{
|
||||
"path": "css/filter_opacity_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/filter_opacity_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/filter_opacity_a.html"
|
||||
}
|
||||
],
|
||||
"css/filter_sepia_a.html": [
|
||||
{
|
||||
"path": "css/filter_sepia_a.html",
|
||||
|
@ -5376,6 +5388,18 @@
|
|||
"url": "/_mozilla/css/filter_inline_a.html"
|
||||
}
|
||||
],
|
||||
"css/filter_opacity_a.html": [
|
||||
{
|
||||
"path": "css/filter_opacity_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/filter_opacity_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/filter_opacity_a.html"
|
||||
}
|
||||
],
|
||||
"css/filter_sepia_a.html": [
|
||||
{
|
||||
"path": "css/filter_sepia_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='filter_opacity_ref.html'>
|
||||
<style>
|
||||
img {
|
||||
filter: opacity(0.5);
|
Loading…
Add table
Add a link
Reference in a new issue