diff options
author | Chris Goldthorpe | 2010-07-15 17:47:42 +0000 |
---|---|---|
committer | Chris Goldthorpe | 2010-07-15 17:47:42 +0000 |
commit | a87aa769525525e79515d934959f48b203095595 (patch) | |
tree | 2d381601149aee4eab4514002b9184e8a9b4c3e5 /org.eclipse.ua.tests/data/help | |
parent | 33b149f1fce32b1574a7f8be0bc82552f7078c9a (diff) | |
download | eclipse.platform.ua-a87aa769525525e79515d934959f48b203095595.tar.gz eclipse.platform.ua-a87aa769525525e79515d934959f48b203095595.tar.xz eclipse.platform.ua-a87aa769525525e79515d934959f48b203095595.zip |
Add page with anchors to test cases
Diffstat (limited to 'org.eclipse.ua.tests/data/help')
-rw-r--r-- | org.eclipse.ua.tests/data/help/manual/anchors.html | 28 | ||||
-rw-r--r-- | org.eclipse.ua.tests/data/help/manual/manual.xml | 12 |
2 files changed, 40 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/data/help/manual/anchors.html b/org.eclipse.ua.tests/data/help/manual/anchors.html new file mode 100644 index 000000000..a239d073f --- /dev/null +++ b/org.eclipse.ua.tests/data/help/manual/anchors.html @@ -0,0 +1,28 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>anchors.html</title> +</head> + +<body> +<h3>Page with anchors one, two, three and four</h3> +<a name="one"> +Anchor one +</a> +<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> +<a name="two"> +Anchor two +</a> +<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> +<a name="three"> +Anchor three +</a> +<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> +<a name="four"> +Anchor four +</a> +<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> + +</body> +</html> diff --git a/org.eclipse.ua.tests/data/help/manual/manual.xml b/org.eclipse.ua.tests/data/help/manual/manual.xml index 74b3a8b9f..f73a3fbaa 100644 --- a/org.eclipse.ua.tests/data/help/manual/manual.xml +++ b/org.eclipse.ua.tests/data/help/manual/manual.xml @@ -14,5 +14,17 @@ <toc label="manual.xml" link_to="data/help/toc/root.xml#content"> <topic label="manual"> <topic label="filter" href="data/help/manual/filter.xhtml"/> + <topic label="anchors one and two"> + <topic href="data/help/manual/anchors.html#one" label="anchor one"> + </topic> + <topic href="data/help/manual/anchors.html#two" label="anchor two"> + </topic> + </topic> + <topic label="anchors three and four"> + <topic href="data/help/manual/anchors.html#three" label="anchor three"> + </topic> + <topic href="data/help/manual/anchors.html#four" label="anchor four"> + </topic> + </topic> </topic> </toc> |