~ubuntu-branches/ubuntu/jaunty/xulrunner-1.9/jaunty

« back to all changes in this revision

Viewing changes to mozilla/layout/reftests/pagination/abspos-breaking-001.xhtml

  • Committer: Bazaar Package Importer
  • Author(s): Fabien Tassin, Sasa Bodiroza, Fabien Tassin, Alexander Sack
  • Date: 2008-09-02 11:54:00 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20080902115400-yfy26crvszpalvg5
Tags: 1.9.0.2+build3+nobinonly-0ubuntu1
[ Sasa Bodiroza ]
* In debian/rules:
  - Set 644 chmod to png files (LP: #252793) [Patch by Paolo Naldini]

[ Fabien Tassin ]
* improve create-build-system.sh to detect build-tree directory
  when embedded tarball is used. Fix un-escaped variables.
  Create build-system.tar.gz in the debian directory to prevent
  cdbs to check and unpack it during the build
  - update debian/create-build-system.sh
* Fix variables when an embedded tarball is used
  - update debian/rules
* Fix buffer overflow in realpath() at runtime and drop -U_FORTIFY_SOURCE
  from CPPFLAGS (LP: #263014)
  - add debian/patches/bz412610_att335369_realpath_overflow.patch
  - update debian/patches/series

[ Alexander Sack <asac@jwsdot.com> ]
* introduce preferred plugins by mime-type experimental feature;
  you can now set a pref to explicitly select a plugin to serve a particilar
  mime-type; patch contains further documentation.
  - add debian/patches/bzXXX_plugin_for_mimetype_pref.patch
  - update debian/patches/series
* drop patches applied upstream
  - drop bz120380_att326044.patch (fixed by bz442629)
  - update debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
2
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-print">
 
3
 <head>
 
4
  <title>AbsPos Pagination</title>
 
5
  <style type="text/css">
 
6
    html, body, pre { margin: 0; padding: 0; }
 
7
    pre {
 
8
      position: absolute;
 
9
      margin-top: 0.5in;
 
10
      padding-top: 0.5in;
 
11
      line-height: 1;
 
12
      font-size: 0.25in;
 
13
    }
 
14
  </style>
 
15
 </head>
 
16
 <body>
 
17
 <pre>1
 
18
2
 
19
3
 
20
4
 
21
5
 
22
6
 
23
7
 
24
8
 
25
9
 
26
10
 
27
11
 
28
12
 
29
13
 
30
14
 
31
15
 
32
16
 
33
17
 
34
18
 
35
19
 
36
20
 
37
21
 
38
22
 
39
23
 
40
24</pre>
 
41
</body>
 
42
</html>