Issue #2914

This test-case is intended for Issue #2914 - parent.window.console.error() called from an IFRAME fails to log anything.
Jan Odvarko, odvarko@gmail.com

  1. Open Firebug and enable the Console panel.
  2. Reload this page
  3. You should see two logs in the Console panel (the error log is coming from an iframe).
    parent log
    iframe error
  4. If you expand iframe error log, you should see following stack trace:
    logError()
    issue2914-innerFrame.html()