]> git.ipfire.org Git - thirdparty/cups.git/blame - cgi-bin/testhi.html
Sandboxed applications were not able to get the default printer (Issue #5676)
[thirdparty/cups.git] / cgi-bin / testhi.html
CommitLineData
ef416fc2 1<HTML>
2<HEAD>
3 <TITLE>Test File for Help Index Code</TITLE>
4</HEAD>
5<BODY>
6
7<P>This is a test file for the help index code. The help index
8code reads plain HTML and indexes the title and any anchored
9text, ignoring all other markup. Anchor tags must be on a single
10line, although the text they wrap may cross multiple lines and be
11up to 1024 bytes in length.</P>
12
13<H1><A NAME="FIRST">This is the First Anchor</A></H1>
14
f42414bf 15<P>This&nbsp;is some text for the <em>first</em> anchor.</P>
ef416fc2 16
17
18<H1><A NAME="2ND">This is the Second Anchor</A></H1>
19
20<P>This is some text for the first anchor.</P>
21
f7deaa1a 22<P>John asked Mary to the dance.</P>
23
ef416fc2 24
25<H1><A NAME="THIRD">This is the Third Anchor</A></H1>
26
27<P>This is some text for the third anchor. <A NAME="INLINE">This
28is an in-line anchor that crosses a line.</A></P>
29
30</BODY>
31</HTML>