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
/
html
/
details-remove-summary-2.html
blob
3547891794cf515e6092e3674af727c63d45aca7
1
<script>
2
3
var
runTests
=
function
() {
4
document
.
getElementById
(
"dt1"
).
removeChild
(
document
.
getElementById
(
"summary1"
));
5
};
6
7
</script>
8
9
<body
onload
=
"runTests()"
>
10
<details
id
=
"dt1"
>
11
<summary
id
=
"summary1"
>
summary
1
</summary>
12
<summary
id
=
"summary2"
>
summary
2
</summary>
13
</details>
14
</body>