https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 868ee5b1adf71c29a1727d6f007ddb2a90f00cb4 authored by cltbld on 23 September 2011, 00:19:58 UTC
Merging together weird heads on GECKO60_2011080402_RELBRANCH; doesn't affect any code that is still to be released, just needs to be done to get around the single head per branch hook
Tip revision: 868ee5b
test_bug570378-arabic-5e.html
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=570378
-->
<head>
  <title>Test for Bug 570378</title>
  <script type="text/javascript" src="/MochiKit/packed.js"></script>
  <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)
  {prefix: "bug570378-arabic", file: 5, bidiNumeralValue: 4, op: "=="},
];

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