https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d00f579875653721524811c310bf63e8f42e8e2e authored by ffxbld on 08 May 2013, 04:38:53 UTC
Added FIREFOX_21_0_RELEASE FIREFOX_21_0_BUILD2 tag(s) for changeset 0a66f8ca83a1. DONTBUILD CLOSED TREE a=release
Tip revision: d00f579
test_bug467672-2a.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: 2, bidiNumeralValue: 0, op: "!="},
];

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