Add testcase for bug 63785 to block regression tests. Not part of build.
git-svn-id: svn://10.0.0.236/trunk@84232 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
19
mozilla/layout/html/tests/block/bugs/63785.html
Normal file
19
mozilla/layout/html/tests/block/bugs/63785.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Bug 63785</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<div>
|
||||
<p>Paragraph one</p>
|
||||
<p>Paragraph two (1em margin between the two paragraphs)</p>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -151,3 +151,4 @@ file:///s:/mozilla/layout/html/tests/block/bugs/56265.html
|
||||
file:///s:/mozilla/layout/html/tests/block/bugs/56563_1.html
|
||||
file:///s:/mozilla/layout/html/tests/block/bugs/57554.html
|
||||
file:///s:/mozilla/layout/html/tests/block/bugs/54005.html
|
||||
file:///s:/mozilla/layout/html/tests/block/bugs/63785.html
|
||||
|
||||
Reference in New Issue
Block a user