]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Updated test case: there is now a specific handling of alt-text
authorVincent Hennebert <vhennebert@apache.org>
Fri, 23 Oct 2009 17:23:28 +0000 (17:23 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Fri, 23 Oct 2009 17:23:28 +0000 (17:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@829135 13f79535-47bb-0310-9956-ffa450edef68

test/layoutengine/standard-testcases/foreign-attributes.xml

index 537f5ca3937877c092632b14e46d28035e4d9dbc..3bf71f73086228b693e94b4aec1a6791dc91a4ad 100644 (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>