Index: LayoutTests/inspector/sources/debugger/linkifier.html |
diff --git a/LayoutTests/inspector-enabled/sources/debugger/linkifier.html b/LayoutTests/inspector/sources/debugger/linkifier.html |
similarity index 94% |
rename from LayoutTests/inspector-enabled/sources/debugger/linkifier.html |
rename to LayoutTests/inspector/sources/debugger/linkifier.html |
index ab6811ece23026638db0ea1d7d7631566eb58dd8..1209cfde451fb1962d7a5484f643a2f0e20600df 100644 |
--- a/LayoutTests/inspector-enabled/sources/debugger/linkifier.html |
+++ b/LayoutTests/inspector/sources/debugger/linkifier.html |
@@ -11,15 +11,6 @@ function dummyScript() |
console.log("dummy string"); |
} |
-function onload() |
-{ |
- if (window.testRunner) { |
- testRunner.waitUntilDone(); |
- testRunner.showWebInspector(); |
- } |
- runTest(); |
-} |
- |
function test() |
{ |
InspectorTest.startDebuggerTest(waitForScripts); |
@@ -89,7 +80,7 @@ function test() |
</script> |
</head> |
-<body onload="onload()"> |
+<body onload="runTest()"> |
<p> |
Tests that Linkifier works correctly. |
<p> |