Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: LayoutTests/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.html

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.");

Powered by Google App Engine
This is Rietveld 408576698