Index: LayoutTests/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.html |
diff --git a/LayoutTests/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.html b/LayoutTests/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.html |
index 33ba8b52408644068a4cd8c0d30fa209d375250d..67e3bb04c1a7e06098ebbc8faeb5f07fdda8e038 100644 |
--- a/LayoutTests/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.html |
+++ b/LayoutTests/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.html |
@@ -1,8 +1,5 @@ |
<!DOCTYPE html> |
<html> |
-<head> |
-<script src="../../../fast/js/resources/js-test-pre.js"></script> |
-</head> |
<body onload="runTest();"> |
<div style="-webkit-transform: translateZ(0); position: relative; left: 10px; top: 40px"> |
<div style="position: relative; left: 10px; top: 70px"> |
@@ -11,7 +8,6 @@ This test is successful if no green rectangles are visible. |
<script> |
function runTest() { |
if (window.testRunner) { |
- window.testRunner.dumpAsTextWithPixelResults(); |
window.testRunner.notifyDone(); |
} else { |
debug("This test requires DumpRenderTree."); |