https://github.com/mozilla/gecko-dev
Raw File
Tip revision: b7e27340b23828cb743b5c51f4ecbd17a7e97f66 authored by Vincent Liu on 24 May 2013, 02:38:31 UTC
Bug 864588 - [B2G] [Leo] [Internet Sharing] USB tethering turns off almost immediately after being turned on. r=vchang, a=leo+
Tip revision: b7e2734
test_bug570378-persian-3f.html
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=570378
-->
<head>
  <title>Test for Bug 570378</title>
  <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
  <script type="text/javascript" src="/tests/SimpleTest/WindowSnapshot.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=570378">Mozilla Bug 570378</a>

<pre id="test">
<script type="text/javascript">

/** Test for Bug 570378 **/

var passes = [
  // bug 570378 tests (Arabic and Persian)
  {prefix: "bug570378-persian", file: 3, bidiNumeralValue: 5, op: "=="},
];

</script>
<script type="text/javascript" src="bidi_numeral_test.js"></script>        
</pre>
</body>
</html>
back to top