Explorar el Código

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
tags/fop-1_0
Vincent Hennebert hace 14 años
padre
commit
662af8ed5a
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0
    4
      test/layoutengine/standard-testcases/foreign-attributes.xml

+ 0
- 4
test/layoutengine/standard-testcases/foreign-attributes.xml Ver fichero

@@ -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>

Cargando…
Cancelar
Guardar