https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ed0ad0f73a59581d1b6c2ef903e58f8a23e6db06 authored by Jeff Muizelaar on 11 February 2014, 18:43:33 UTC
Bug 967799 - b2gautomation: Wait on the queue instead of polling it. r=ahal, a=bajaj
Tip revision: ed0ad0f
test_bug570378-persian-4c.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: 4, bidiNumeralValue: 2, op: "=="},
];

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