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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/bugs/bug3166-12.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.01 Transitional//EN">
 
2
<html>
 
3
 
 
4
<head>
 
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 
6
<title>caption side static - 12</title>
 
7
 
 
8
<style type="text/css">
 
9
table {border:solid green}
 
10
caption{border: solid orange}
 
11
</style>
 
12
</head>
 
13
 
 
14
<body >
 
15
<table><tr><td>
 
16
<table>
 
17
<caption align="left" style="width:50%">cap</caption>
 
18
<tr><td>table cell foo and bar</td></tr>
 
19
</table></td></tr></table>
 
20
</body>
 
21
</html>