Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
refs/heads/DOMParser-interface
/
.
/
editing
/
crashtests
/
inserthtml-in-inline-editing-host-at-load-event.html
blob: 22f172856adc852499478cccaca685cd4d49f837 [
file
] [
log
] [
blame
] [
edit
]
<html>
<head>
</head>
<body
onload
=
"
try
{
document
.
execCommand
(
'inserthtml'
,
false
,
'0'
);
}
catch
(
e
)
{
}
"
><span
id
=
"textarea"
contenteditable
=
"true"
>
is
</span></body>
</html>