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
/
xhtml-synchronous-detach-crash.html
blob
afc2e80d47ddff8bd42dc7a94c0c04f939abd90c
1
<body>
2
<script>
3
if
(
window
.
testRunner
)
4
testRunner
.
waitUntilDone
();
5
6
window
.
onload
=
function
() {
7
setTimeout
(
function
() {
8
testRunner
.
dumpAsText
();
9
testRunner
.
notifyDone
();
10
},
0
);
11
}
12
</script>
13
<iframe
src='resources/remove-parent.xhtml'
></iframe>
14
This test passes if it does not crash.