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
/
dom
/
resources
/
javascript-url-crash-function-iframe.html
blob
1d6a49d827fa53a94e728e8dbe6db0f266bdccbd
1
<script>
2
function
test
()
3
{
4
(
function
()
5
{
6
(
function
()
7
{
8
(
function
()
9
{
10
frameElement
.
src
=
"javascript:'<pre>PASS: You didn
\\
't crash.</pre>'"
;
11
})()
12
})()
13
})()
14
}
15
16
setTimeout
(
function
()
17
{
18
test
();
19
if
(
window
.
testRunner
)
20
testRunner
.
notifyDone
();
21
},
0
);
22
</script>