Bug 1269209 - Fix incorrect bug number in test; r?masayuki draft
authorAryeh Gregor <ayg@aryeh.name>
Thu, 05 May 2016 13:52:22 +0300
changeset 430268 8af7ca7e3d1049e5a7b9f1313f66e586b9d96987
parent 429179 c6ccd71126ff514bfc44b53e2217562e29a0cc38
child 430269 7f8b7b4c13885e65916587649448556eed1d4c23
push id33793
push userayg@aryeh.name
push dateThu, 27 Oct 2016 13:30:40 +0000
reviewersmasayuki
bugs1269209
milestone52.0a1
Bug 1269209 - Fix incorrect bug number in test; r?masayuki MozReview-Commit-ID: Kk1BIx6wDXI
editor/libeditor/tests/test_selection_move_commands.xul
--- a/editor/libeditor/tests/test_selection_move_commands.xul
+++ b/editor/libeditor/tests/test_selection_move_commands.xul
@@ -216,16 +216,16 @@ function execTests() {
 }
 
 SimpleTest.waitForExplicitFinish();
 addLoadEvent(runTest);
 ]]>
 </script>
 
 <body  id="html_body" xmlns="http://www.w3.org/1999/xhtml">
-<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=372685">Mozilla Bug 372685</a>
+<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=454004">Mozilla Bug 454004</a>
 <p id="display"></p>
 
 <pre id="test">
 </pre>
 <iframe id="edit" width="200" height="100" src="about:blank"/>
 </body>
 </window>