Sha256: 044f729e84f91a419f18e06c852a73b88ecd71984844ed2addc52b2b4d640bcb

Contents?: true

Size: 946 Bytes

Versions: 4

Compression:

Stored size: 946 Bytes

Contents

<html>
<head>
<title>
Test page for File Fields
</title>
</head>
<body>
CVS Revision: "$Revision: 1.0 $"
<br>
<br>
<table>

<tr>
<td>
<input type = file name = file1 value = 'fileupload.html' class='file_class' >number 1
<br>
<input type = file id= file2 value = 'fileupload.html'>


<td>These file fields are not in a form


<tr>
<td>
<input type = file name = disabled value = 'fileupload.html' disabled>
<td>
Disabled file box

<form name = test1 method = get action = pass.html>
<tr>
<td>
<input type = file name = file3 value = 'fileupload.html'>
<td> This is used in file3 in form test1

<input name="upload" type="submit" value="upload">
</form>
</table>

These file fields are used to test :beforeText and :afterText
<br>
<input type = file name = beforetest value = 'fileupload.html'>This Text After
<br>
This Text Before<input type = file name=aftertest  value = 'fileupload.html'>

</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
firewatir-1.1.1 unittests/html/fileupload.html
firewatir-1.2.0 unittests/html/fileupload.html
firewatir-1.2.1 unittests/html/fileupload.html
firewatir-1.6.2 unittests/html/fileupload.html