test_bug377624.html (624B)
1 <!DOCTYPE HTML> 2 <html> 3 <!-- 4 https://bugzilla.mozilla.org/show_bug.cgi?id=377624 5 --> 6 <head> 7 <title>Test for Bug 377624</title> 8 <script src="/tests/SimpleTest/SimpleTest.js"></script> 9 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/> 10 </head> 11 <body> 12 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=377624">Mozilla Bug 377624</a> 13 <p id="display"></p> 14 <pre id="test"> 15 <script type="application/javascript"> 16 17 /** Test for Bug 377624 */ 18 19 var input = document.createElement('input'); 20 ok("accept" in input, "'accept' is a valid input property"); 21 22 </script> 23 </pre> 24 </body> 25 </html>