Sign in
webkit
/
WebKit
/
da5a8ef098cae7091e88c3875fd1078779fca7ef
/
.
/
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>