test301.txml 508 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- the processor should reject this document because it can't download the script.
  3. Therefore we fail if it runs at all. This test is valid only for datamodels that support scripting -->
  4. <scxml version="1.0" xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance" initial="s0">
  5. <script conf:scriptBadSrc=""/>
  6. <state id="s0">
  7. <transition conf:targetfail=""/>
  8. </state>
  9. <conf:pass/>
  10. <conf:fail/>
  11. </scxml>