https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ef747cb9bb50f16402eb5d3ab4ec0fd980cf8834 authored by Ryan VanderMeulen on 09 June 2014, 18:59:33 UTC
Bug 947531 - Skip the satchel browser-chrome test too. a=test-only
Tip revision: ef747cb
test_bug570378-persian-2b.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: 2, bidiNumeralValue: 1, op: "=="},
];

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