Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2007-10-31 23:46:01 +0000
committerChris Goldthorpe2007-10-31 23:46:01 +0000
commit30dafa70f7fe13a98e3645b049dd1663564ff7b8 (patch)
tree135c78db14532ef1c055d549a7ee9ae49219f504 /org.eclipse.ua.tests/data/help/toc
parent8c3f57cc89936bacad2d9f1becf2c2fbfcc2d7db (diff)
downloadeclipse.platform.ua-30dafa70f7fe13a98e3645b049dd1663564ff7b8.tar.gz
eclipse.platform.ua-30dafa70f7fe13a98e3645b049dd1663564ff7b8.tar.xz
eclipse.platform.ua-30dafa70f7fe13a98e3645b049dd1663564ff7b8.zip
Add tests for css customization
Diffstat (limited to 'org.eclipse.ua.tests/data/help/toc')
-rw-r--r--org.eclipse.ua.tests/data/help/toc/filteredToc/filter.xml2
-rw-r--r--org.eclipse.ua.tests/data/help/toc/filteredToc/filteredOutPage.html15
2 files changed, 16 insertions, 1 deletions
diff --git a/org.eclipse.ua.tests/data/help/toc/filteredToc/filter.xml b/org.eclipse.ua.tests/data/help/toc/filteredToc/filter.xml
index a0ceb51c2..0154e3a75 100644
--- a/org.eclipse.ua.tests/data/help/toc/filteredToc/filter.xml
+++ b/org.eclipse.ua.tests/data/help/toc/filteredToc/filter.xml
@@ -67,7 +67,7 @@
<topic label="This topic should always appear" href="data/help/toc/filteredToc/simple_page.html"/>
<!-- should never appear -->
- <topic filter="os=invalid" label="Your OS is invalid" href="data/help/toc/filteredToc/simple_page.html"/>
+ <topic filter="os=invalid" label="Your OS is invalid" href="data/help/toc/filteredToc/filteredOutPage.html"/>
<topic filter="ws=invalid" label="Your WS is invalid" href="data/help/toc/filteredToc/simple_page.html"/>
<topic filter="arch=invalid" label="Your ARCH is invalid" href="data/help/toc/filteredToc/simple_page.html"/>
<topic label="Your OS is win32 AND your WS is invalid" href="data/help/toc/filteredToc/simple_page.html">
diff --git a/org.eclipse.ua.tests/data/help/toc/filteredToc/filteredOutPage.html b/org.eclipse.ua.tests/data/help/toc/filteredToc/filteredOutPage.html
new file mode 100644
index 000000000..3aadff522
--- /dev/null
+++ b/org.eclipse.ua.tests/data/help/toc/filteredToc/filteredOutPage.html
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"><HTML>
+<HEAD>
+<meta name="copyright" content="Copyright (c) IBM Corporation and others 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
+<TITLE>Test</TITLE>
+</HEAD>
+<BODY>
+
+<p>
+This page is filtered out.
+</p>
+
+</BODY>
+</HTML>

Back to the top