Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/virtualenv_debug
/
.
/
editing
/
crashtests
/
outdent-in-empty-body-editing-host.html
blob: f68e46bc5391a1687ec1d11315c492e38f6301a6 [
file
] [
edit
]
<html>
<head>
</head>
<body
style
=
"
margin
:
initial
;
"
contenteditable
=
"true"
onload
=
"
document
.
execCommand
(
'outdent'
,
false
,
null
);
"
></body>
</html>