Annotation of parser3/tests/137.html, revision 1.2
1.2 ! paf 1: @main[]
! 2: ^try{
! 3: ^mustfail[]
! 4: }{
! 5: ^if($exception.type eq xml){
! 6: failed, that's OK
! 7: $exception.handled(1)
! 8: }
! 9: }
! 10:
! 11: @mustfail[]
! 12: $dom_from_disk[^xdoc::create[input]]
! 13: $dom_created_in_air[^xdoc::create[doc]]
! 14: ^dom_created_in_air.documentElement.appendChild[^dom_from_disk.documentElement.cloneNode(1)]
! 15: ^show_xdoc2[$dom_created_in_air]
! 16:
! 17: @show_xdoc2[xdoc]
! 18: <pre>^taint[html][^xdoc.string[
! 19: $.method[html]
! 20: ]]
! 21: </pre>
E-mail: