Back to Chromium

Drop Handler Should Not Stop Navigate

third_party/blink/web_tests/fast/events/drop-handler-should-not-stop-navigate.html

149.0.7827.2307 B
Original Source

This tests that a drop handler's default action must be prevented in order to stop navigation. Otherwise, if event.preventDefault() is not called, navigation should occur. To test manually, simply drag and drop another link or HTML file on this page. If navigation of a new tab occurs, then the test passed.