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