<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [iOS] DumpRenderTree crashes when accessing window.testRunner.inspectorTestStubURL"
   href="https://bugs.webkit.org/show_bug.cgi?id=155295">155295</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[iOS] DumpRenderTree crashes when accessing window.testRunner.inspectorTestStubURL
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Tools / Tests
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>ddkilzer&#64;webkit.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>bburg&#64;apple.com, joepeck&#64;webkit.org, lforschler&#64;apple.com, ryanhaddad&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>DumpRenderTree crashes when accessing window.testRunner.inspectorTestStubURL on these iOS Simulator layout tests:

fast/dom/Window/property-access-on-cached-window-after-frame-removed.html
inspector/debugger/nested-inspectors.html
inspector/debugger/regress-133182.html
inspector/debugger/setBreakpoint-actions.html
inspector/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local.html
inspector/dom/getAccessibilityPropertiesForNode.html
inspector/page/javascriptDialogEvents.html

There are two things that need to be fixed here:

1. Change TestRunner::inspectorTestStubURL() to always return nullptr for PLATFORM(IOS), which matches what we do in WebKitTestRunner/InjectedBundle/mac/TestRunnerMac.mm.

2. Remove all &quot;inspector/&quot; tests from LayoutTests/platform/ios-simulator-wk{1,2}/TestExpectations.  We already skip &quot;inspector/&quot; and &quot;http/tests/inspector/&quot; tests in LayoutTests/platform/ios-simulator/TestExpectations, so there is no need to resurrect them in the platform-specific TestExpectation files.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>