~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/block/bugs/151620.html

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/transitional.dtd">
 
2
<html>
 
3
<head>
 
4
        <title>Untitled</title>
 
5
</head>
 
6
 
 
7
<body bgcolor="#0000FF" text="#FFFFFF">
 
8
 
 
9
<p>There should be no gaps between the top and bottom row or Scooby images if the pref layout.linelayout.prevent_strict_line_height is set to true</p>
 
10
<table align="center" cellspacing="0" cellpadding="0" border="0">
 
11
<tr>
 
12
    <td><img src="20020515_60x60_scooby.jpg" alt="" width="48" height="48" border="0"></td>
 
13
    <td><img src="20020515_60x60_scooby.jpg" alt="" width="48" height="48" border="0"></td>
 
14
</tr>
 
15
<tr>
 
16
    <td><img src="20020515_60x60_scooby.jpg" alt="" width="48" height="48" border="0"></td>
 
17
    <td><img src="20020515_60x60_scooby.jpg" alt="" width="48" height="48" border="0"></td>
 
18
</tr>
 
19
</table>
 
20
 
 
21
 
 
22
</body>
 
23
</html>