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