blob: 6c6b60a0da54f0f660afb2a25aea05b1b8b7b72e [file] [log] [blame]
<!DOCTYPE html>
<html contenteditable="true">
<head>
<script src="../../resources/js-test.js"></script>
<script src="../../resources/ui-helper.js"></script>
<script src="resources/hit-test-utilities.js"></script>
</head>
<body>
<script>
window.jsTestIsAsync = true;
async function runTest()
{
if (!window.testRunner) {
testFailed("Must be run in WebKitTestRunner.");
return;
}
await shouldHaveEditableElementsInRectForElement(document.documentElement);
finishJSTest();
}
description("Hit test an editable document.");
runTest();
</script>
</body>
</html>