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