Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / plugins / mouse-move-over-plugin-in-frame.html
blob7edaf01dda256475aad19054ff320112c10815c1
1 <html>
2 <body>
3 <object name="plg" data="resources/mouse-move-over-plugin-in-frame.html" style="padding: 20px;"> </object>
4 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=47956">bug 47956</a>:
5 Crash when mouse is over plugin inside a frame.</p>
6 <script>
7 if (!window.testRunner) {
8 document.write("This test does not work in manual mode.");
9 } else {
10 testRunner.dumpAsText();
11 eventSender.mouseMoveTo(10,10);
14 </script>
15 </body>
16 </html>