new regression tests not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@90690 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
9e9a1d0cb1
commit
ffd1603a49
24
mozilla/layout/html/tests/table/bugs/bug44523.html
Normal file
24
mozilla/layout/html/tests/table/bugs/bug44523.html
Normal file
@ -0,0 +1,24 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||||
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>CANOE </TITLE>
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<TABLE border>
|
||||
<TR>
|
||||
<TD rowSpan=2 >
|
||||
Canada climbs up FIFA rankings
|
||||
</TD>
|
||||
</TR>
|
||||
<P>
|
||||
<TR>
|
||||
<BR>
|
||||
<TD >
|
||||
drink more german beer.
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
28
mozilla/layout/html/tests/table/bugs/bug73629.html
Normal file
28
mozilla/layout/html/tests/table/bugs/bug73629.html
Normal file
@ -0,0 +1,28 @@
|
||||
<table border=1>
|
||||
<tr>
|
||||
<td>
|
||||
some normal text before the nested table
|
||||
<table style="margin-left: 50px; width: 95%" border=1>
|
||||
<tr>
|
||||
<td >selection of words to pad table cell</td>
|
||||
</tr>
|
||||
</table>
|
||||
some normal text after the nested table
|
||||
<td>contents of table cell to right</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table border>
|
||||
<tr>
|
||||
<td>
|
||||
<table style="width: 120%" border=1>
|
||||
<tr>
|
||||
<td>
|
||||
foo
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@ -31,6 +31,7 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug4382.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug4385.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug4427.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug4429.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug44523.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug4501.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug45055.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug45055-2.html
|
||||
|
||||
@ -27,6 +27,7 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug7243.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug727.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug73321.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug7342.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug73629.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug7471.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug7714.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug8032-1.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user