haikuwebkit/LayoutTests/fast/events/resources/do-not-navigate-here.html

16 lines
318 B
HTML

<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.notifyDone();
}
</script>
</head>
<body>
Force click tests should not navigate to this page after a successful force click or a started-then-cancelled force click. If navigation occurs, then this test FAILS.
</body>
</html>