vhardy      02/05/03 05:19:04

  Added:       test-resources/org/apache/batik/bridge iWasLoadedToo.js
  Log:
  This script will mark the test referencing it as passed. It is used in tests 
checking that scripts are not constrained to come from the same origin as the document 
referencing them (in some configurations)
  
  Revision  Changes    Path
  1.1                  
xml-batik/test-resources/org/apache/batik/bridge/iWasLoadedToo.js
  
  Index: iWasLoadedToo.js
  ===================================================================
  /*****************************************************************************
   * Copyright (C) The Apache Software Foundation. All rights reserved.        *
   * ------------------------------------------------------------------------- *
   * This software is published under the terms of the Apache Software License *
   * version 1.1, a copy of which has been included with this distribution in  *
   * the LICENSE file.                                                         *
   *****************************************************************************/
      
  /**
   * If this script is loaded by ecmaCheckLoad.svg, it will mark
   * the test result as passed.
   *
   * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Hardy</a>
   * @version $Id: iWasLoadedToo.js,v 1.1 2002/05/03 12:19:04 vhardy Exp $
   */
  
      var result = document.getElementById("testResult");
      result.setAttributeNS(null, "result", "passed");
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to