new regression tests, not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@123318 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
54191082bf
commit
e519a40b96
11
mozilla/layout/html/tests/block/bugs/148245.html
Normal file
11
mozilla/layout/html/tests/block/bugs/148245.html
Normal file
@ -0,0 +1,11 @@
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
p:first-letter { float: left; }
|
||||
p:first-line { color: black; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Ly</p>
|
||||
</body>
|
||||
</html>
|
||||
@ -183,3 +183,4 @@ file:///s:/mozilla/layout/html/tests/block/bugs/97383.html
|
||||
file:///s:/mozilla/layout/html/tests/block/bugs/97383-a.html
|
||||
file:///s:/mozilla/layout/html/tests/block/bugs/111255.html
|
||||
file:///s:/mozilla/layout/html/tests/block/bugs/124637.html
|
||||
file:///s:/mozilla/layout/html/tests/block/bugs/148245.html
|
||||
|
||||
2
mozilla/layout/html/tests/block/interactive/148399.html
Normal file
2
mozilla/layout/html/tests/block/interactive/148399.html
Normal file
@ -0,0 +1,2 @@
|
||||
make the window as narrow as possible<BR>
|
||||
the <a href="/tut.php">introductory tutorial</a>
|
||||
15
mozilla/layout/html/tests/table/interactive/bug151230.html
Normal file
15
mozilla/layout/html/tests/table/interactive/bug151230.html
Normal file
@ -0,0 +1,15 @@
|
||||
<html><head><title>Post Reply</title></head>
|
||||
|
||||
<body>
|
||||
Hit the submit button, it should not move.
|
||||
<form>
|
||||
|
||||
<table width="604" border=1>
|
||||
<tbody>
|
||||
<tr><td>test</td><td>test</td></tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center" width="529"><input type="submit" value="Submit"></td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
</FORM>
|
||||
</body></html>
|
||||
Loading…
x
Reference in New Issue
Block a user