https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ef57c404ca4faf989202d2b0a223b25f0817abb5 authored by Kannan Vijayan on 17 June 2013, 18:41:32 UTC
Bug 877287 - Disable running JS code when ion compiling. r=bhackett a=akeybl
Tip revision: ef57c40
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="/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