Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
LayoutTests
/
fast
/
dom
/
outerText.html
blob: 6fe994d2280782f088eaaaa2bd79ffd9481e4c5d [
file
] [
log
] [
blame
]
<div
id
=
"div"
>
this is a
<i
id
=
"test"
>
test
</i>
or something
</div>
<script>
var
test
=
document
.
getElementById
(
"test"
);
test
.
outerText
=
"mistake"
;
</script>