Issue #1237

This test-case is intended for Issue #1237 - Script tab does not show scripts correctly in POSTed iframes..
Jan Odvarko, odvarko@gmail.com

  1. Click the Submit Query button.
  2. Open Script panel and see post.php. There should be follows (the formatting can be different)
<script language="javascript">
  function foo() {
    alert("Set a breakpoint");
    alert("Between us!");
  }
  eval("x=9");
</script>
<input type="button" value="Click Me" onclick="foo()" />