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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/bugs/97619.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
<html>
 
2
<head>
 
3
<title>Testcase bug 32191</title>
 
4
<body>
 
5
 
 
6
<table border="1" width="100%" summary="faulty line-break">
 
7
<tr>
 
8
<td>check for handling of whitespace <img src="../images/detach.gif" alt="" width="20"> around the image</td>
 
9
<td width="100%">X</td>
 
10
</tr>
 
11
</table>
 
12
 
 
13
<hr width="75px" align="left">
 
14
 
 
15
<table border="1" width="100%" summary="faulty line-break">
 
16
<tr>
 
17
<td>aa bb cc dd <img src="../images/detach.gif" alt="" width="20"> ee ff gg</td>
 
18
<td width="100%">X</td>
 
19
</tr>
 
20
</table>
 
21
 
 
22
<hr width="75px" align="left">
 
23
 
 
24
<table border="1" width="100%" summary="faulty line-break">
 
25
<tr>
 
26
<td>checkforhandlingofnowhitespace <img src="../images/detach.gif" alt="" width="20"> aroundtheimage</td>
 
27
<td width="100%">X</td>
 
28
</tr>
 
29
</table>
 
30
 
 
31
<hr width="75px" align="left">
 
32
 
 
33
<table border="1" width="100%" summary="faulty line-break">
 
34
<tr>
 
35
<td>checkforhandlingofnowhitespace<img src="../images/detach.gif" alt="" width="20">aroundtheimage</td>
 
36
<td width="100%">X</td>
 
37
</tr>
 
38
</table>
 
39
 
 
40
</body>
 
41
</html>