A couple of != reftests (#2090)

This commit is contained in:
Manish Goregaokar 2014-04-12 08:22:44 +05:30
parent d7f450dbd7
commit 50b5bd3beb
3 changed files with 16 additions and 0 deletions

View 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>