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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
loading
/
remove-child-triggers-parser.html
blob
1d74a44f728f0cfe290990d7ebdb28b26825861b
1
<script>
</script>
2
<!-- This test covers Bug 93641 -->
3
<script>
4
if
(
window
.
testRunner
)
5
testRunner
.
dumpAsText
();
6
setTimeout
(
function
() {
var
child
=
document
.
documentElement
;
child
.
parentNode
.
removeChild
(
child
); },
36
);
7
</script>
8
<script>
</script>
9
<span></span>
10
<div></div>
11
<span></span>
12
<nobr>
13
<span></span>
14
<div>
15
<link
rel
=
"stylesheet"
href
=
"nosuchfile.css"
>
16
<script>
;
</script>
17
<nobr>
18
</div>