chromium/third_party/blink/web_tests/plugins/mouse-move-over-plugin-in-frame.html

<html>
<body>
<object name="plg" data="resources/mouse-move-over-plugin-in-frame.html" style="padding: 20px;"> </object>
<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=47956">bug 47956</a>:
Crash when mouse is over plugin inside a frame.</p>
<script>
    if (!window.testRunner) {
        document.write("This test does not work in manual mode.");
    } else {
        testRunner.dumpAsText();
        eventSender.mouseMoveTo(10,10);
    }

</script>
</body>
</html>