repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
parser
/
defer-style-crash.html
blob
2e4929768ac97ff582c9fc50f8ec8e5106fb05cd
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<script>
5
if
(
window
.
testRunner
)
6
testRunner
.
dumpAsText
();
7
</script>
8
<script
defer
src
=
"hello.js"
></script>
9
<link
rel
=
"stylesheet"
href
=
"hello.css"
>
10
</script>
11
<body><h1>
PASS unless crash
</h1></body>
12
</html>