mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +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
|
@ -791,6 +791,18 @@
|
|||
"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": [
|
||||
{
|
||||
"path": "css/first_of_type_pseudo_a.html",
|
||||
|
@ -4980,6 +4992,18 @@
|
|||
"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": [
|
||||
{
|
||||
"path": "css/first_of_type_pseudo_a.html",
|
||||
|
|
19
tests/wpt/mozilla/tests/css/filter_inline_a.html
Normal file
19
tests/wpt/mozilla/tests/css/filter_inline_a.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='filter_inline_ref.html'>
|
||||
<style type="text/css">
|
||||
|
||||
.ex {
|
||||
<!-- display: block; -->
|
||||
-webkit-filter: opacity(25%);
|
||||
-moz-filter: opacity(25%);
|
||||
filter: opacity(25%);
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<img class="ex" src="rust.png">
|
||||
</body>
|
||||
</html>
|
18
tests/wpt/mozilla/tests/css/filter_inline_ref.html
Normal file
18
tests/wpt/mozilla/tests/css/filter_inline_ref.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
|
||||
.ex {
|
||||
display: block;
|
||||
-webkit-filter: opacity(25%);
|
||||
-moz-filter: opacity(25%);
|
||||
filter: opacity(25%);
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<img class="ex" src="rust.png">
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue