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

Unified Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-scaled-document-expected.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/gesture-tapHighlight-simple-scaled-document-expected.html
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-scaled-document-expected.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-scaled-document-expected.html
index d73c85ab953e02c31cb8135d69167f1ccc072651..3d8ae70ef2967aa1cb7ce19d6d4bb9b35bb2151c 100644
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-scaled-document-expected.html
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-scaled-document-expected.html
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html>
<head>
-<script src="../../fast/js/resources/js-test-pre.js"></script>
<script src="resources/link-highlight-helper.js"></script>
<link rel="stylesheet" type="text/css" href="resources/link-highlight-style.css">
</head>
@@ -21,9 +20,6 @@ function runTest() {
}
createCompositedHighlight(document.getElementById('targetLink'));
-
- if (window.testRunner)
- testRunner.dumpAsTextWithPixelResults();
}
</script>
</script>

Powered by Google App Engine
This is Rietveld 408576698