зеркало из https://github.com/mozilla/pjs.git
Adding more regression tests.
This commit is contained in:
Родитель
c46d4c1bf9
Коммит
4572608994
|
@ -0,0 +1,35 @@
|
|||
<HTML>
|
||||
<BODY>
|
||||
<FORM>
|
||||
This is the way both tables should be laid out... <br>
|
||||
<TABLE border="1" width="400">
|
||||
<TR>
|
||||
<TD style="width:80%">
|
||||
|
||||
</TD>
|
||||
<TD style="width:20%">
|
||||
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<BR>
|
||||
<BR>
|
||||
This is the same table, only it has an input box with width = 100% in the right-most cell<BR>
|
||||
Note that the width of the input box is not constrained by its container, as it should be<BR>
|
||||
<TABLE border="1" width="400">
|
||||
<TR>
|
||||
<TD style="width:80%">
|
||||
|
||||
</TD>
|
||||
<TD style="width:20%">
|
||||
<INPUT type="text" style="width:100%">
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
</FORM>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
|
|
@ -0,0 +1,50 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
|
||||
<HTML>
|
||||
<BODY>
|
||||
<FORM>
|
||||
This is the way all the tables below should be laid out... <br>
|
||||
<TABLE border="1" width="400">
|
||||
<TR>
|
||||
<TD style="width:80%">
|
||||
|
||||
</TD>
|
||||
<TD style="width:20%">
|
||||
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<BR>
|
||||
<BR>
|
||||
This is the same table, only it has an input box with width = 100% in the right-most cell<BR>
|
||||
Note that the width of the input box is not constrained by its container, as it should be<BR>
|
||||
<TABLE border="1" width="400">
|
||||
<TR>
|
||||
<TD style="width:80%">
|
||||
|
||||
</TD>
|
||||
<TD style="width:20%">
|
||||
<INPUT type="text" style="width: 100%">
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<BR>
|
||||
<BR>
|
||||
This is the same table, only it has an input box with width = auto in the right-most cell<BR>
|
||||
Note that we get the same result as above.<BR>
|
||||
<TABLE border="1" width="400">
|
||||
<TR>
|
||||
<TD style="width:80%">
|
||||
|
||||
</TD>
|
||||
<TD style="width:20%">
|
||||
<INPUT type="text" style="width: auto">
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
</FORM>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
|
@ -0,0 +1,50 @@
|
|||
|
||||
<HTML>
|
||||
<BODY>
|
||||
<FORM>
|
||||
This is the way all the tables below should be laid out... <br>
|
||||
<TABLE border="1" width="400">
|
||||
<TR>
|
||||
<TD style="width:80%">
|
||||
|
||||
</TD>
|
||||
<TD style="width:20%">
|
||||
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<BR>
|
||||
<BR>
|
||||
This is the same table, only it has an input box with width = 100% in the right-most cell<BR>
|
||||
Note that the width of the input box is not constrained by its container, as it should be<BR>
|
||||
<TABLE border="1" width="400">
|
||||
<TR>
|
||||
<TD style="width:80%">
|
||||
|
||||
</TD>
|
||||
<TD style="width:20%">
|
||||
<INPUT type="text" style="width: 100%">
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<BR>
|
||||
<BR>
|
||||
This is the same table, only it has an input box with width = auto in the right-most cell<BR>
|
||||
Note that we get the same result as above.<BR>
|
||||
<TABLE border="1" width="400">
|
||||
<TR>
|
||||
<TD style="width:80%">
|
||||
|
||||
</TD>
|
||||
<TD style="width:20%">
|
||||
<INPUT type="text" style="width: auto">
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
</FORM>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
|
@ -30,6 +30,9 @@ bug37261.html
|
|||
bug37459.html
|
||||
bug39425.html
|
||||
bug4050.html
|
||||
bug40596-1.html
|
||||
bug40596-2.html
|
||||
bug40596-3.html
|
||||
bug41049.html
|
||||
bug41050.html
|
||||
bug42481.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче