Unit test for bug 385751 based on Martijn Wargers' testcase
git-svn-id: svn://10.0.0.236/trunk@233803 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
32
mozilla/layout/generic/test/test_bug385751.html
Normal file
32
mozilla/layout/generic/test/test_bug385751.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<!--
|
||||
https://bugzilla.mozilla.org/show_bug.cgi?id=385751
|
||||
-->
|
||||
<head>
|
||||
<title>Test for Bug 385751</title>
|
||||
<script type="text/javascript" src="/MochiKit/MochiKit.js"></script>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user