mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
30 lines
864 B
HTML
30 lines
864 B
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 and Persian)
|
||
|
{prefix: "bug570378-persian", file: 2, bidiNumeralValue: 4, op: "=="},
|
||
|
];
|
||
|
|
||
|
</script>
|
||
|
<script type="text/javascript" src="bidi_numeral_test.js"></script>
|
||
|
</pre>
|
||
|
</body>
|
||
|
</html>
|