2007-09-03 09:12:27 -07:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<!--
|
|
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=385751
|
|
|
|
-->
|
|
|
|
<head>
|
|
|
|
<title>Test for Bug 385751</title>
|
2009-05-06 13:46:04 -07:00
|
|
|
<script type="text/javascript" src="/MochiKit/packed.js"></script>
|
2007-09-03 09:12:27 -07:00
|
|
|
<script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
|
|
|
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
|
|
|
|
<style>#content:first-letter {float: right; }
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=385751">Mozilla Bug 385751</a>
|
|
|
|
<div id="content"><span style="direction: rtl; unicode-bidi: embed;">*::first
|
|
|
|
m</span></div>
|
|
|
|
<pre id="test">
|
|
|
|
<script class="testbody" type="text/javascript">
|
|
|
|
function do_Test()
|
|
|
|
{
|
|
|
|
/** Test for Bug 385751 **/
|
|
|
|
ok(true, "Should not crash");
|
|
|
|
SimpleTest.finish();
|
|
|
|
}
|
|
|
|
setTimeout(do_Test, 500);
|
|
|
|
SimpleTest.waitForExplicitFinish();
|
|
|
|
</script>
|
|
|
|
</pre>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|