Updated test case: there is now a specific handling of alt-text

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@829135 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Vincent Hennebert 2009-10-23 17:23:28 +00:00
parent feaabd1b43
commit 662af8ed5a

View File

@ -31,9 +31,6 @@
</fo:layout-master-set>
<fo:page-sequence master-reference="normal">
<fo:flow flow-name="xsl-region-body">
<fo:block id="eg">
<fo:external-graphic src="../../resources/images/bgimg300dpi.jpg" fox:alt-text="description"/>
</fo:block>
<fo:block id="bl">
<fo:basic-link external-destination="url(http://xmlgraphics.apache.org/fop/)" fox:blah="fop">FOP</fo:basic-link>
</fo:block>
@ -43,7 +40,6 @@
</fo>
<checks xmlns:fox="http://xmlgraphics.apache.org/fop/extensions">
<eval expected="bar" xpath="//pageViewport[1]/@fox:foo"/>
<eval expected="description" xpath="//block[@prod-id='eg']//image/@fox:alt-text"/>
<!--eval expected="fop" xpath="//block[@prod-id='bl']/inlineparent/@fox:blah"/> NYI -->
</checks>
</testcase>