blob: 5c0c016a5ad38ca68f8ea7b36db435479c5baa20 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="../../resources/inspector-test.js"></script>
<script>
debugger;
function test()
{
InspectorTest.fail("This code should never actually run. It is here becase inspector-test.js harness requires a test() function.");
}
</script>
</head>
<body onload="runTest()">
<p>Test page used to check that execution will break on inline 'debugger' statement after cross-origin navigation.</p>
</body>
</html>