summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/plugins/mouse-move-over-plugin-in-frame.html
blob: 7edaf01dda256475aad19054ff320112c10815c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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>