mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +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
|
@ -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",
|
||||
|
|
16
tests/wpt/mozilla/tests/css/filter_opacity_a.html
Normal file
16
tests/wpt/mozilla/tests/css/filter_opacity_a.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='filter_opacity_ref.html'>
|
||||
<style>
|
||||
img {
|
||||
filter: opacity(0.5);
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<img src=test.jpeg>
|
||||
</body>
|
||||
</html>
|
||||
|
16
tests/wpt/mozilla/tests/css/filter_opacity_ref.html
Normal file
16
tests/wpt/mozilla/tests/css/filter_opacity_ref.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
img {
|
||||
opacity: 0.5;
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<img src=test.jpeg>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue