Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / plugins / clicking-missing-plugin-fires-delegate.html
blobb730e5c13d0935d89497f794c1c4c3fc9652504a
1 <html>
2 <body>
3 <embed name="plg" type="application/x-non-existent" width=200 height=200></embed>
4 <p>This test checks if the missing plugin button can be clicked. This is a test for <a href="https://bugs.webkit.org/show_bug.cgi?id=41721">Bug 41721</a>.</p>
5 <script>
7 if (!window.testRunner) {
8 document.write("This test does not work in manual mode.");
9 } else {
10 testRunner.dumpAsText();
12 eventSender.mouseMoveTo(0,0);
13 eventSender.mouseMoveTo(105, 105);
14 eventSender.mouseDown();
15 eventSender.mouseUp();
18 </script>
19 </body>
20 </html>