mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Move noteq_attr_exists_selector.html to wpt reftests.
This commit is contained in:
parent
07d1f3f546
commit
6a862fc747
4 changed files with 9 additions and 1 deletions
|
@ -206,6 +206,10 @@
|
|||
[
|
||||
"/_mozilla/css/attr_exists_selector_ref.html",
|
||||
"=="
|
||||
],
|
||||
[
|
||||
"/_mozilla/css/noteq_attr_exists_selector.html",
|
||||
"!="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/attr_exists_selector.html"
|
||||
|
@ -5463,6 +5467,10 @@
|
|||
[
|
||||
"/_mozilla/css/attr_exists_selector_ref.html",
|
||||
"=="
|
||||
],
|
||||
[
|
||||
"/_mozilla/css/noteq_attr_exists_selector.html",
|
||||
"!="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/attr_exists_selector.html"
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<title>Attribute exists selector: [foo] and [*|foo]</title>
|
||||
<link rel=match href=attr_exists_selector_ref.html>
|
||||
<link rel=mismatch href=noteq_attr_exists_selector.html>
|
||||
<style>
|
||||
p[data-green] { color: green }
|
||||
p[*|data-red] { color: red }
|
||||
|
|
11
tests/wpt/mozilla/tests/css/noteq_attr_exists_selector.html
Normal file
11
tests/wpt/mozilla/tests/css/noteq_attr_exists_selector.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Attribute exists selector: [foo]</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>This text should be green.</p>
|
||||
<p>This text should be red.</p>
|
||||
<p>This text should be black.</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue