Sign in
webkit
/
WebKit
/
e83748a3d986d861713edbad6b20589c06c9b99f
/
.
/
LayoutTests
/
fast
/
parser
/
no-style-in-noscript.html
blob: 68d2904de463e0c837e986b2304d5d995b980616 [
file
] [
log
] [
blame
]
<noscript>
<style
type
=
"text/css"
>
#
foo
{
display
:
none
;
}
</style>
</noscript>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<div
id
=
"foo"
>
PASS
</div>