| <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-8"> |
| <title>Menu key testing</title> |
| <script language="javascript" type="text/javascript"> |
| var li = document.createElement("li"); |
| li.appendChild(document.createTextNode(str)); |
| var results = document.getElementById("results"); |
| See bug: <a href="https://bugs.webkit.org/show_bug.cgi?id=30619">30619</a>. |
| Note: this test is only applicable for Linux and Windows. |
| <li>Click the text input box below and press Menu key. |
| The test passes if you see 'PASS' below. |
| <input type="text" oncontextmenu="log('PASS');" /> |
| <li oncontextmenu="log('PASS');">Click or select somewhere |
| in this text and press Menu key. |
| The test passes if you see additional 'PASS' below. |