зеркало из https://github.com/mozilla/gecko-dev.git
bug 402150 - Buffer overrun [@ nsDocument::RetrieveRelevantHeaders] at provided URL (mochitest). r=jst
This commit is contained in:
Родитель
ecbca909c9
Коммит
b69a049070
|
@ -109,6 +109,8 @@ _TEST_FILES = test_bug5141.html \
|
|||
file_bug326337.xml \
|
||||
file_bug326337_multipart.txt \
|
||||
file_bug326337_multipart.txt^headers^ \
|
||||
test_bug402150.html \
|
||||
test_bug402150.html^headers^ \
|
||||
$(NULL)
|
||||
|
||||
libs:: $(_TEST_FILES)
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<!--
|
||||
https://bugzilla.mozilla.org/show_bug.cgi?id=402150
|
||||
-->
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title>Test for Bug 402150</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" />
|
||||
</head>
|
||||
<body>
|
||||
<p id="display"></p>
|
||||
<div id="content" style="display: none">
|
||||
|
||||
</div>
|
||||
<pre id="test">
|
||||
<script class="testbody" type="text/javascript">
|
||||
/** Test for Bug 402150 **/
|
||||
ok(true, "The document loaded properly");
|
||||
</script>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1 @@
|
|||
Last-Modified: Fri, 2 Nov 19107 00:00:01 GMT
|
Загрузка…
Ссылка в новой задаче