Sign in
webkit
/
WebKit
/
36b74c3900290f2598b1d40cf6065a7028fc4a34
/
.
/
LayoutTests
/
editing
/
marked-text-appearance-expected-mismatch.html
blob: b70286e8e6d6204dc8640ecf266c46120434d6ce [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<body
contenteditable
></body>
<script>
document
.
body
.
focus
();
if
(
window
.
textInputController
)
{
textInputController
.
setMarkedText
(
"^^^^^"
,
0
,
5
,
true
);
textInputController
.
insertText
(
"^^^^^"
);
}
</script>