Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/fpdf/unittest/
Upload File :
Current File : /var/www/cesa.co.za/fpdf/unittest/test.iframe.src.missing.php

<?php

class TestIframeSrcMissing extends GenericTest {
  function TestIframeSrcMissing1() {
    $tree = $this->runPipeline('
<iframe></iframe>
');

    // some  html2ps versions  treated such  contruct  as indefinitely
    // nesting frames
    $this->assertTrue(true);
  }
}

?>