Author: vhennebert
Date: Fri Oct 23 17:23:28 2009
New Revision: 829135

URL: http://svn.apache.org/viewvc?rev=829135&view=rev
Log:
Updated test case: there is now a specific handling of alt-text 

Modified:
    
xmlgraphics/fop/branches/Temp_Accessibility/test/layoutengine/standard-testcases/foreign-attributes.xml

Modified: 
xmlgraphics/fop/branches/Temp_Accessibility/test/layoutengine/standard-testcases/foreign-attributes.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_Accessibility/test/layoutengine/standard-testcases/foreign-attributes.xml?rev=829135&r1=829134&r2=829135&view=diff
==============================================================================
--- 
xmlgraphics/fop/branches/Temp_Accessibility/test/layoutengine/standard-testcases/foreign-attributes.xml
 (original)
+++ 
xmlgraphics/fop/branches/Temp_Accessibility/test/layoutengine/standard-testcases/foreign-attributes.xml
 Fri Oct 23 17:23:28 2009
@@ -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="//blo...@prod-id='eg']//image/@fox:alt-text"/>
     <!--eval expected="fop" 
xpath="//blo...@prod-id='bl']/inlineparent/@fox:blah"/> NYI -->
   </checks>
 </testcase>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to