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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/bugs/bug101674.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 HTML 4.0 Transitional//EN">
 
2
 
 
3
<html>
 
4
<head>
 
5
        <title>Untitled</title>
 
6
        <style>table,td { border: 1px solid black;</style>
 
7
</head>
 
8
 
 
9
<body>
 
10
 
 
11
<table><tr>
 
12
<td><img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"><img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"><img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"><img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"><img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"></td>
 
13
<td width="100%">Nothing between images</td></tr></table>
 
14
 
 
15
<table><tr>
 
16
<td><img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"> <img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"> <img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"> <img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"> <img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"></td>
 
17
<td width="100%">Spaces between images</td></tr></table>
 
18
 
 
19
<table><tr>
 
20
<td><img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">
 
21
<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">
 
22
<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">
 
23
<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">
 
24
<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"></td>
 
25
<td width="100%">Newlines between images</td></tr></table>
 
26
 
 
27
<table><tr>
 
28
<td>One<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Two<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Three<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Four<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Five<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"></td>
 
29
<td width="100%">Text between images</td></tr></table>
 
30
 
 
31
<table><tr>
 
32
<td>One <img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Two <img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Three <img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Four <img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Five <img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"></td>
 
33
<td width="100%">Text with spaces between images</td></tr></table>
 
34
 
 
35
<table><tr>
 
36
<td>One A<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Two b<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Three c<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Four d<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Five e<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"></td>
 
37
<td width="100%">Text with spaces and more text between images</td></tr></table>
 
38
 
 
39
 
 
40
</body>
 
41
</html>