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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/printer/misc/abs_pos.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//EN" "http://www.w3.org/TR/html4/strict.dtd">
 
2
<html>
 
3
<head>
 
4
<title>Absolutely Positioned Element</title>
 
5
</head>
 
6
<body>
 
7
<a href=link.html>Link</a>
 
8
This is some body text.
 
9
<div style="background-color:lightgray;position:absolute;top:-50px;left:-50px;width:500px;height:100px;border: 2px inset grey;">
 
10
line 1<br>
 
11
line 2<br>
 
12
line 3<br>
 
13
line 4<br>
 
14
</div>
 
15
<div style="background-color:lightgray;position:absolute;top:850px;left:300px;width:500px;height:300px;border: 2px inset grey;">
 
16
line 1<br>
 
17
line 2<br>
 
18
line 3<br>
 
19
line 4<br>
 
20
<hr>
 
21
line 5<br>
 
22
line 6<br>
 
23
line 7<br>
 
24
line 8<br>
 
25
line 9<br>
 
26
line 10<br>
 
27
</div>
 
28
line 1<br>
 
29
line 2<br>
 
30
line 3<br>
 
31
line 4<br>
 
32
line 5<br>
 
33
line 6<br>
 
34
line 7<br>
 
35
line 8<br>
 
36
line 9<br>
 
37
line 10<br>
 
38
line 11<br>
 
39
line 12<br>
 
40
line 13<br>
 
41
line 14<br>
 
42
line 15<br>
 
43
 
 
44
</body>