Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Test for no failure of assertions of composition state management after requesting commit composition</title>
<script src="file_ime_state_test_helper.js"></script>
<script src="file_test_ime_request_commit.js"></script>
<script>
"use strict";
/* import-globals-from file_ime_state_test_helper.js */
/* import-globals-from file_test_ime_request_commit.js */
SimpleTest.waitForExplicitFinish();
SimpleTest.waitForFocus(async () => {
const tipWrapper = new TIPWrapper(window);
ok(tipWrapper.isAvailable(), "TextInputProcessor should've been initialized");
await runTest(tipWrapper, null, true);
SimpleTest.finish();
});
</script>
</head>
<body></body>
</html>