Bug 570376 followup, rename the test file to have the right bug number

This commit is contained in:
Phil Ringnalda
2010-07-05 20:02:34 -07:00
parent 3305b63c2c
commit 4a50556a28
2 changed files with 5 additions and 5 deletions

View File

@@ -102,7 +102,7 @@ _TEST_FILES = test_bug1682.html \
bug499092.xml \
bug499092.html \
test_bug512367.html \
test_bug570375.html \
test_bug570376.html \
test_bug571981.html \
$(NULL)

View File

@@ -1,16 +1,16 @@
<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=570375
https://bugzilla.mozilla.org/show_bug.cgi?id=570376
-->
<head>
<title>Test for Bug 570375</title>
<title>Test for Bug 570376</title>
<script type="application/javascript" src="/MochiKit/packed.js"></script>
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.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=570375">Mozilla Bug 570375</a>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=570376">Mozilla Bug 570376</a>
<p id="display">
<iframe id="testiframe"></iframe>
</p>
@@ -19,7 +19,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=570375
<pre id="test">
<script type="application/javascript">
/** Test for Bug 570375
/** Test for Bug 570376
Don't crash loading <form><legend> with the html5 parser preffed off.
**/