mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
A couple of != reftests (#2090)
This commit is contained in:
parent
d7f450dbd7
commit
50b5bd3beb
3 changed files with 16 additions and 0 deletions
10
src/test/ref/noteq_attr_exists_selector.html
Normal file
10
src/test/ref/noteq_attr_exists_selector.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Attribute exists selector: [foo]</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>This text should be green.</p>
|
||||
<p>This text should be black.</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue