Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
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>