Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
b23bfe44916eca6ef0411123d66109eecdc98e83
/
.
/
LayoutTests
/
http
/
tests
/
contentextensions
/
invalid-selector.html
blob: bc1a3082f1d248e88f83d5e1e849b781d0a90fa7 [
file
]
<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>