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