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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/block/bugs/17331.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" "http://www.w3.org/TR/html40/loose.dtd">
 
2
 
 
3
<html>
 
4
 
 
5
<head>
 
6
<title>Borders Shown on Empty DIV</title>
 
7
</head>
 
8
 
 
9
<body>
 
10
 
 
11
<p>Div with Content:
 
12
 
 
13
<div style="border: 1px solid black; text-align: center;">
 
14
<p>Some Content Contained in a DIV with a solid black border of 1 pixel
 
15
</div>
 
16
 
 
17
<p>Empty Div (with same inline style):
 
18
 
 
19
<div style="border: 1px solid black; text-align: center;"></div>
 
20
 
 
21
</body>
 
22
</html>