Index: LayoutTests/fast/events/standalone-image-drag-to-editable.html |
diff --git a/LayoutTests/fast/events/standalone-image-drag-to-editable.html b/LayoutTests/fast/events/standalone-image-drag-to-editable.html |
index 1956be371b510c392f426b05d348aa644f921335..0b02cee71d5ffd878d3c77e7d3fd63c076915780 100644 |
--- a/LayoutTests/fast/events/standalone-image-drag-to-editable.html |
+++ b/LayoutTests/fast/events/standalone-image-drag-to-editable.html |
@@ -1,5 +1,10 @@ |
<html> |
<script> |
+ function finish() |
+ { |
+ document.body.outerHTML = 'PASS'; |
+ testRunner.notifyDone(); |
+ } |
function runTest() |
{ |
if (!window.eventSender) |
@@ -18,8 +23,10 @@ |
if (++numFramesLoaded == 2) |
runTest(); |
} |
- if (window.testRunner) |
+ if (window.testRunner) { |
+ testRunner.dumpAsText(); |
testRunner.waitUntilDone(); |
+ } |
</script> |
<frameset rows="100px, 100px, *"> |
<frame onload="frameLoaded()" src="resources/standalone-image-drag-to-editable-frame.html"> |