Sign in
webkit
/
WebKit
/
6fc4cea55dcebb7c00342f019b50ad195e26c665
/
.
/
LayoutTests
/
fast
/
css
/
invalid-pseudo-classes.html
blob: 1947fd6610e06cf0c616bbcd91951c4b9f6a3c51 [
file
] [
log
] [
blame
]
<head>
<style>
div
:
not
(:
wakkawakka
(
n
)),
div
{
color
:
red
}
body
:
wakkawakka
>
div
,
div
{
color
:
red
}
</style>
</head>
<body>
<div>
This text should not be red.
</div>
</body>