Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
http
/
tests
/
contentextensions
/
invalid-selector.html
blob: bc1a3082f1d248e88f83d5e1e849b781d0a90fa7 [
file
] [
log
] [
blame
]
<body>
<p
class
=
"valid-selector"
>
This text should not be visible.
</p>
<p
class
=
"non-universal-valid-selector"
>
This text should not be visible.
</p>
<p
class
=
"body{"
>
This text should be visible because the class is an invalid selector.
</p>
</body>