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
/
css
/
cached-sheet-restore-crash.html
blob
dd829db7189e4e1d29bf08875a743f5a6a7f0937
1
<script>
2
if
(
window
.
testRunner
)
3
testRunner
.
dumpAsText
();
4
</script>
5
<body>
6
<link
href
=
"resources/small.css"
rel
=
"stylesheet"
>
7
<link
href
=
"resources/small.css"
rel
=
"stylesheet"
>
8
<script>
9
document
.
body
.
innerHTML
=
"This test passes if it doesn't crash."
;
10
</script>