Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / drop-handler-should-not-stop-navigate-expected.txt
blobe8a5ebc784cd0624b015ce6127d56b3fade60e71
1 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 occurs, then the test passed.
3 Starting test
4 Not preventing default event on drop.
5 PASS