2013-03-29 22:28:26 +00:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<!--
|
2013-10-31 13:46:42 +00:00
|
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=920977
|
2013-03-29 22:28:26 +00:00
|
|
|
-->
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2013-10-31 13:46:42 +00:00
|
|
|
<title>Test for Bug 920977 </title>
|
2013-03-29 22:28:26 +00:00
|
|
|
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
|
|
|
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
|
|
|
</head>
|
|
|
|
<body>
|
2013-10-31 13:46:42 +00:00
|
|
|
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=920977">Mozilla Bug 920977 </a>
|
2013-03-29 22:28:26 +00:00
|
|
|
<p id="display"></p>
|
|
|
|
<div id="content" style="display: none"></div>
|
|
|
|
<pre id="test">
|
|
|
|
<script type="application/javascript;version=1.8" src="file_framework.js"></script>
|
|
|
|
<script type="application/javascript;version=1.8">
|
|
|
|
var gData = [
|
|
|
|
{
|
2013-11-01 13:01:14 +00:00
|
|
|
perm: ["input"],
|
2013-10-31 13:46:42 +00:00
|
|
|
obj: "mozInputMethod",
|
|
|
|
webidl: "MozInputMethod",
|
|
|
|
settings: [["dom.mozInputMethod.enabled", true]],
|
|
|
|
},
|
|
|
|
{
|
2013-11-01 13:01:14 +00:00
|
|
|
perm: ["input-manage"],
|
2013-03-29 22:28:26 +00:00
|
|
|
obj: "mozKeyboard",
|
|
|
|
idl: "nsIB2GKeyboard",
|
2013-10-31 13:46:42 +00:00
|
|
|
}
|
2013-03-29 22:28:26 +00:00
|
|
|
]
|
|
|
|
</script>
|
|
|
|
</pre>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|