Sign in
webkit
/
WebKit
/
0b12fa5591e07a09b635ce1b9a87f0e7c691d55a
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
parser
/
defer-style-crash.html
blob: 2e4929768ac97ff582c9fc50f8ec8e5106fb05cd [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<script
defer
src
=
"hello.js"
></script>
<link
rel
=
"stylesheet"
href
=
"hello.css"
>
</script>
<body><h1>
PASS unless crash
</h1></body>
</html>