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
/
events
/
resources
/
suspend-subframe-1.html
blob
e1ba8eacf41e0ed49d4c2bc2c96fe26ad0654f70
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<script>
5
function
test
() {
6
window
.
top
.
console
.
log
(
'Timeout in subframe-1 created'
);
7
setTimeout
(
function
() {
8
alert
(
'Timeout created in subframe-1.html fired'
);
9
},
50
);
10
}
11
</script>
12
</head>
13
<body>
14
I am subframe-
1
.html
15
</body>
16
</html>