~ubuntu-branches/ubuntu/trusty/pisa/trusty

« back to all changes in this revision

Viewing changes to test/test-collapse.html

  • Committer: Bazaar Package Importer
  • Author(s): W. Martin Borgert
  • Date: 2010-02-08 22:02:40 UTC
  • Revision ID: james.westby@ubuntu.com-20100208220240-cwsifrpnqeaug5x5
Tags: upstream-3.0.32
ImportĀ upstreamĀ versionĀ 3.0.32

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
2
<html xmlns="http://www.w3.org/1999/xhtml">
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
 
5
<title>Unbenanntes Dokument</title>
 
6
<style>
 
7
@page {
 
8
        margin: 1cm;
 
9
        height: 4cm;
 
10
        -pdf-frame-border: 1;
 
11
}
 
12
p {
 
13
        margin: 1em;
 
14
        background: red;
 
15
}
 
16
</style>
 
17
</head>
 
18
<body>
 
19
 
 
20
        <div style="background: yellow; margin: 1em;">
 
21
                <div style="background: green; margin: 1em;">yyy
 
22
                </div>
 
23
        </div>
 
24
 
 
25
        <table style="margin: 2em;">
 
26
      <tr>
 
27
        <td style="background: red;">xxx</td>
 
28
      </tr>
 
29
    </table>
 
30
        
 
31
        <div style="background: yellow; margin: 1em;">
 
32
                <div style="background: green; margin: 1em;">x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x </div>
 
33
                <div style="background: green; margin: 1em;">
 
34
                </div>
 
35
                <div style="background: green; margin: 1em;">
 
36
                        x x
 
37
                </div>
 
38
        </div>
 
39
 
 
40
        <hr style="margin: 2em;" />
 
41
 
 
42
        <div style="background: yellow; margin: 0.5em;">
 
43
                <div style="background: green; margin: 1em;">
 
44
                        x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x 
 
45
                </div>
 
46
                <div style="background: green; margin: 1em;">
 
47
                        x x
 
48
                </div>
 
49
        </div>
 
50
 
 
51
        <pdf:spacer height="2cm">
 
52
        <pdf:spacer height="0.5cm">
 
53
 
 
54
        <p>xxx
 
55
        <p>xxx
 
56
        <p>xxx
 
57
        <p>xxx
 
58
        <p>xxx
 
59
</body>
 
60
</html>