Sign in
webkit
/
WebKit
/
23f2af82553c2cee7bae08392f2e9ba6e8c9e0c0
/
.
/
LayoutTests
/
editing
/
marked-text-appearance.html
blob: 37bac3b0dd5bdb3b6133895275548e079b1573e9 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<body
contenteditable
></body>
<script>
document
.
body
.
focus
();
if
(
window
.
textInputController
)
textInputController
.
setMarkedText
(
"^^^^^"
,
0
,
5
,
true
);
</script>