Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
selection
/
caret
/
after-designMode-off-ref.html
blob: fbb3c2467e8cfe4e37083609048f89f46029a66a [
file
] [
log
] [
blame
] [
edit
]
<!doctype html>
<html>
<head>
<meta
charset
=
"utf-8"
>
<meta
name
=
"viewport"
content
=
"width=device-width,initial-scale=1"
>
<style>
*
{
color
:
green
;
}
</style>
</head>
<body>
<-- No caret should appear here.
</body>
</html>