Remove outdated list style types
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / input-type-file-autocomplete-frame-1.html
blob6abc90cfc4ed2c5247c557731b93b50922880950
1 <html>
2 <body>
3 <p><b>BUG ID:</b> <a href="<rdar://problem/4532113> REGRESSION (NativeTextField): Crash occurs after modifying field then reloading page -[FormDelegate frameLayoutHasChanged:]">4532113</a> REGRESSION (NativeTextField): Crash occurs after modifying field then reloading page -[FormDelegate frameLayoutHasChanged:]</p>
5 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b>
6 <ol>
7 <li> enable Safari's auto fill
8 <li> type something in the input field, and press enter to register it with autofill
9 <li> clear the field and type part of the same string you did previously
10 <li> without ever removing focus from the input field, select the suggestion autofill suggests
11 <li> refresh the page or go to a bookmark (don't remove focus from the input field)
12 </ol>
13 </p>
15 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
16 no crash.
17 </p>
19 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
20 Crash in -[FormDelegate frameLayoutHasChanged:]
21 </p>
22 </body>
23 </html>