summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/input-type-file-autocomplete-refresh.html
blob: eea8dab3a2feffd4a825a2fb614b949da6f15783 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">

<frameset rows="50%,50%"> 
    <frame src="./input-type-file-autocomplete-frame-1.html">   
    <frame src="./input-type-file-autocomplete-frame-2.html">
</frameset>

</html>