Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
dom
/
inner-text.html
blob: 4f06f8dc9750b1421ae68958edd832999b1a5de2 [
file
] [
log
] [
blame
] [
edit
]
<img
id
=
"x"
src
=
"broken.gif"
>
This text should only appear once.
<script>
document
.
write
(
document
.
getElementById
(
"x"
).
innerText
);
</script>