WebCore/manual-tests/chromium/suggestions-popup-font-change.html
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 <html>
       
     2 <head>
       
     3 </head>
       
     4 <body>
       
     5     <p>Verify that the font size in the suggestion popup matches the corresponding
       
     6       input field, test passes if step 2 matches expected behavior.</p>
       
     7     <ul>
       
     8       <li>1. Type "abcd" in the text form and press enter.</li>
       
     9       <li>2. Type "a" in the text form, suggestions popup should appear.
       
    10   Verify that font size of text in suggestion popup is the same as in
       
    11   the corresponding input form.
       
    12       </li>
       
    13       <li>3. Delete contents of input box, press Cntrl/+ [Command/+ on Mac]
       
    14   to magnify the page contents. Repeat step 2, text size should still
       
    15   match. </li>
       
    16     </ul>
       
    17     <form method="get" action="suggestions-popup-font-change.html" id="form">
       
    18       <input name="s" id="s" style="font-size:x-large">
       
    19     </form>
       
    20 </body>
       
    21 </html>