--- a/tests/test-hgweb-commands.t Fri Jun 09 23:56:50 2017 -0400
+++ b/tests/test-hgweb-commands.t Fri Jun 09 13:59:13 2017 -0700
@@ -747,6 +747,7 @@
<h2 class="breadcrumb"><a href="/">Mercurial</a> </h2>
<h3>log</h3>
+
<form class="search" action="/log">
<p><input name="rev" id="search1" type="text" size="30" value="" /></p>
@@ -882,9 +883,10 @@
<span class="tag">1.0</span> <span class="tag">anotherthing</span>
</h3>
+
<form class="search" action="/log">
- <p><input name="rev" id="search1" type="text" size="30" /></p>
+ <p><input name="rev" id="search1" type="text" size="30" value="" /></p>
<div id="hint">Find changesets by keywords (author, files, the commit message), revision
number or hash, or <a href="/help/revsets">revset expression</a>.</div>
</form>
@@ -1025,9 +1027,10 @@
</p>
+
<form class="search" action="/log">
- <p><input name="rev" id="search1" type="text" size="30" value="base"></p>
+ <p><input name="rev" id="search1" type="text" size="30" value="base" /></p>
<div id="hint">Find changesets by keywords (author, files, the commit message), revision
number or hash, or <a href="/help/revsets">revset expression</a>.</div>
</form>
@@ -1312,9 +1315,10 @@
</h3>
+
<form class="search" action="/log">
- <p><input name="rev" id="search1" type="text" size="30" /></p>
+ <p><input name="rev" id="search1" type="text" size="30" value="" /></p>
<div id="hint">Find changesets by keywords (author, files, the commit message), revision
number or hash, or <a href="/help/revsets">revset expression</a>.</div>
</form>
@@ -1440,9 +1444,10 @@
<span class="branchname">stable</span>
</h3>
+
<form class="search" action="/log">
- <p><input name="rev" id="search1" type="text" size="30" /></p>
+ <p><input name="rev" id="search1" type="text" size="30" value="" /></p>
<div id="hint">Find changesets by keywords (author, files, the commit message), revision
number or hash, or <a href="/help/revsets">revset expression</a>.</div>
</form>