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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/printer/general/test2.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>Example 2</title>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 
5
 
 
6
<style>
 
7
PRE {
 
8
          background-image: url(gear1.gif); 
 
9
         background-repeat: repeat; 
 
10
     }
 
11
 
 
12
</style>
 
13
<meta name="crc" content=2304870356>
 
14
 
 
15
</head>
 
16
 
 
17
<body bgcolor="#FFFFFF" text="#000000">
 
18
<h1>Example 2: HTML Images</h1>
 
19
<h2>Images</h2>
 
20
<h3>JPEGs:</h3>
 
21
<p><img src="raptor.jpg" align=left>This is some text to show how a paragraph 
 
22
  would flow around an image. This is some text to show how a paragraph would 
 
23
  flow around an image. This is some text to show how a paragraph would flow around 
 
24
  an image. </p>
 
25
<p>This is some text to show how a paragraph would flow around an image. This 
 
26
  is some text to show how a paragraph would flow around an image. This is some 
 
27
  text to show how a paragraph would flow around an image. This is some text to 
 
28
  show how a paragraph would flow around an image. This is some text to show how 
 
29
  a paragraph would flow around an image. </p>
 
30
<h3>Animated GIFs:</h3>
 
31
<h3><img src="Anieyes.gif" width="72" height="37"></h3>
 
32
<h3>Background Images:</h3>
 
33
<pre>This is a preformatted paragraph with a animated background image. 
 
34
This is a preformatted paragraph with a animated background image. 
 
35
This is a preformatted paragraph with a animated background image. 
 
36
This is a preformatted paragraph with a animated background image. 
 
37
This is a preformatted paragraph with a animated background image. 
 
38
</pre>
 
39
 
 
40
</body>
 
41
</html>