Revision c69bfe661eac856fc8e35d8618ea040f2d606c38 authored by Andrea Marchesini on 23 January 2014, 19:31:01 UTC, committed by Andrea Marchesini on 23 January 2014, 19:31:01 UTC
1 parent c64c687
Raw File
test_bug467672-1b.html
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=467672
-->
<head>
  <title>Test for Bug 467672</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=467672">Mozilla Bug 467672</a>

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

/** Test for Bug 467672 **/

var passes = [
  // bug 467672 tests (Arabic and Persian)
  {prefix: "bug467672", file: 1, bidiNumeralValue: 1, op: "=="},
];

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