Chromium Code Reviews| Index: LayoutTests/http/tests/security/resources/drag-drop-allowed.html |
| diff --git a/LayoutTests/http/tests/security/resources/drag-drop-allowed.html b/LayoutTests/http/tests/security/resources/drag-drop-allowed.html |
| index 8bfa7e828b4d2031914d77a6d8ffd0675e27770d..c3f39543cecb0509e9dad3cba7762b7f27f8d23f 100644 |
| --- a/LayoutTests/http/tests/security/resources/drag-drop-allowed.html |
| +++ b/LayoutTests/http/tests/security/resources/drag-drop-allowed.html |
| @@ -19,9 +19,9 @@ function runTest() { |
| eventSender.mouseUp(); |
| if (document.getElementById("dragme").parentNode.tagName == "SPAN" && document.getElementById("dragme").src.length > 10) |
| - alert("PASS"); |
| + console.log("PASS"); |
| else |
| - alert("FAIL"); |
| + console.log("FAIL"); |
| testRunner.notifyDone(); |
| } |