Converting some tests to reftest.

This commit is contained in:
bzbarsky%mit.edu 2007-02-05 05:32:25 +00:00
parent 3f14d0a5f2
commit 30e7ee8058
12 changed files with 202 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<html>
<body>
<form>
<table border="1" width="300" style="height: 300px">
<tr>
<td style="width:80%">
&nbsp;
</td>
<td style="width:20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>

View File

@ -0,0 +1,16 @@
<html>
<body>
<form>
<table border="1" width="300" style="height: 300px">
<tr>
<td style="width:80%">
&nbsp;
</td>
<td style="width:20%">
<input type="text" style="width: 100%; visibility: hidden ">
</td>
</tr>
</table>
</form>
</body>
</html>

View File

@ -0,0 +1,16 @@
<html>
<body>
<form>
<table border="1" width="300" style="height: 300px">
<tr>
<td style="width:80%">
&nbsp;
</td>
<td style="width:20%">
<input type="text" style="visibility: hidden">
</td>
</tr>
</table>
</form>
</body>
</html>

View File

@ -0,0 +1,18 @@
<html>
<body>
<form>
<table border="1" width="300" style="height: 300px">
<tr>
<td style="width:80%">
&nbsp;
</td>
<td style="width:20%">
<select style="width: 100%; visibility: hidden">
<option>This is pretty long text in the select</option>
</select>
</td>
</tr>
</table>
</form>
</body>
</html>

View File

@ -0,0 +1,18 @@
<html>
<body>
<form>
<table border="1" width="300" style="height: 300px">
<tr>
<td style="width:80%">
&nbsp;
</td>
<td style="width:20%">
<select style="visibility: hidden">
<option>This is pretty long text in the select</option>
</select>
</td>
</tr>
</table>
</form>
</body>
</html>

View File

@ -0,0 +1,17 @@
<html>
<body>
<form>
<table border="1" width="300" style="height: 300px">
<tr>
<td style="width:80%">
&nbsp;
</td>
<td style="width:20%">
<input type="button" style="width: 100%; visibility: hidden"
value="This is pretty long text in the button">
</td>
</tr>
</table>
</form>
</body>
</html>

View File

@ -0,0 +1,17 @@
<html>
<body>
<form>
<table border="1" width="300" style="height: 300px">
<tr>
<td style="width:80%">
&nbsp;
</td>
<td style="width:20%">
<input type="button" style="visibility: hidden"
value="This is pretty long text in the button">
</td>
</tr>
</table>
</form>
</body>
</html>

View File

@ -0,0 +1,18 @@
<html>
<body>
<form>
<table border="1" width="300" style="height: 300px">
<tr>
<td style="width:80%">
&nbsp;
</td>
<td style="width:20%">
<button style="width: 100%; visibility: hidden">
This is prettylongtextinthebutton
</button>
</td>
</tr>
</table>
</form>
</body>
</html>

View File

@ -0,0 +1,18 @@
<html>
<body>
<form>
<table border="1" width="300" style="height: 300px">
<tr>
<td style="width:80%">
&nbsp;
</td>
<td style="width:20%">
<button style="visibility: hidden">
This is prettylongtextinthebutton
</button>
</td>
</tr>
</table>
</form>
</body>
</html>

View File

@ -0,0 +1,18 @@
<html>
<body>
<form>
<table border="1" width="300" style="height: 300px">
<tr>
<td style="width:80%">
&nbsp;
</td>
<td style="width:20%">
<select size="4" style="width: 100%; visibility: hidden">
<option>This is pretty long text in the select</option>
</select>
</td>
</tr>
</table>
</form>
</body>
</html>

View File

@ -0,0 +1,18 @@
<html>
<body>
<form>
<table border="1" width="300" style="height: 300px">
<tr>
<td style="width:80%">
&nbsp;
</td>
<td style="width:20%">
<select size="4" style="visibility: hidden">
<option>This is pretty long text in the select</option>
</select>
</td>
</tr>
</table>
</form>
</body>
</html>

View File

@ -116,6 +116,18 @@ f== bugs/368020-3.html bugs/368020-3-ref.html # bug 368085
f== bugs/368020-4.html bugs/368020-4-ref.html # bug 368085
== bugs/368020-5.html bugs/368020-5-ref.html
== bugs/368622-1.html bugs/368622-1-ref.html
== bugs/368622-1.html bugs/368622-1-ref.html
== bugs/40596-1a.html bugs/40596-1-ref.html
!= bugs/40596-1b.html bugs/40596-1-ref.html
== bugs/40596-1c.html bugs/40596-1-ref.html
!= bugs/40596-1d.html bugs/40596-1-ref.html
== bugs/40596-1e.html bugs/40596-1-ref.html
!= bugs/40596-1f.html bugs/40596-1-ref.html
== bugs/40596-1g.html bugs/40596-1-ref.html
!= bugs/40596-1h.html bugs/40596-1-ref.html
== bugs/40596-1i.html bugs/40596-1-ref.html
!= bugs/40596-1j.html bugs/40596-1-ref.html
# object/
== object/no-attrs.html object/no-attrs-ref.html