Class SVGTextContentRenderingAccuracyTest

All Implemented Interfaces:
Test

public class SVGTextContentRenderingAccuracyTest extends ParametrizedRenderingAccuracyTest
Checks for regressions in rendering of a document with a given alternate stylesheet.
Version:
$Id: SVGTextContentRenderingAccuracyTest.java 1851346 2019-01-15 13:41:00Z ssteiner $
  • Field Details

    • script

      protected String script
    • onload

      protected String onload
    • parameter

      protected String parameter
  • Constructor Details

    • SVGTextContentRenderingAccuracyTest

      public SVGTextContentRenderingAccuracyTest()
  • Method Details

    • setScript

      public void setScript(String script)
    • setOnLoadFunction

      public void setOnLoadFunction(String onload)
    • setParameter

      public void setParameter(String parameter)
    • manipulateSVGDocument

      protected Document manipulateSVGDocument(Document doc)
      Description copied from class: SVGRenderingAccuracyTest
      Template method which subclasses can override if they need to manipulate the DOM in some way before running the accuracy test. For example, this can be useful to test the alternate stylesheet support.
      Overrides:
      manipulateSVGDocument in class SVGRenderingAccuracyTest