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
/
dom
/
outerText.html
blob
6fe994d2280782f088eaaaa2bd79ffd9481e4c5d
1
<div
id
=
"div"
>
this is a
<i
id
=
"test"
>
test
</i>
or something
</div>
2
3
<script>
4
var
test
=
document
.
getElementById
(
"test"
);
5
test
.
outerText
=
"mistake"
;
6
</script>