summaryrefslogtreecommitdiff
path: root/test/test.html
blob: e887f19e74d9a8e99baa85fd4b307c45ad0612c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>PDF test page</title>
</head>

<body>
  <p>Open the pdf in a <a href="3-page.pdf" type="application/pdf">separate
  page</a>. Another <a href=
  "http://plugindoc.mozdev.org/testpages/pdf.html">site to check out</a>.</p>

  <p>Here is a local pdf embedded:<br />
  <object data="3-page.pdf" type="application/pdf" width="600" height="600">
    The pdf could not be rendered.
  </object></p>

  <p>Here is a remote pdf embedded:<br />
  <object data="http://www.education.gov.yk.ca/pdf/pdf-test.pdf" type=
  "application/pdf" width="600" height="600">
    The pdf could not be rendered.
  </object></p>
</body>
</html>