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
Switch TestFrameNavigationObserver to DidCommitProvisionalLoadForFrame.
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
devtools
/
pause_when_script_is_running.html
blob
380d8e1b74c2431907223cd7084c4033c613e942
1
<html>
2
<head>
3
<script>
4
function
handleClick
() {
5
while
(
true
) {
6
}
7
}
8
</script>
9
</head>
10
<body>
11
<input
type='button' onclick='handleClick()' value='Test'
/>
12
</body>
13
</html>