blob: 738be8c62e3c460e70477b9954da20f6353630f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  | 
<p>
    Test that text matches are counted correctly when a match occurs inside a text field.
</p>
<p>
    To test:
    <ol>
        <li>Choose Edit > Find > Find</li>
        <li>In the Find field, type “lemon”
    </ol>
</p>
<p>
    The test passes if the Find banner says “3 matches”.
</p>
<input value="a lemon in a text field"> and another lemon.
  |