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

Unified Diff: tools/testing/dart/browser_test.dart

Issue 26998002: Remove pixel/layout tests in tests/utils + special casing in the testing scripts for pixel/layout t… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months 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
« no previous file with comments | « tests/utils/utils.status ('k') | tools/testing/dart/test_progress.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/browser_test.dart
diff --git a/tools/testing/dart/browser_test.dart b/tools/testing/dart/browser_test.dart
index c7172c6e7d9773f17f65534b446e91966b9ce242..5d49a0a2ccf8f449c7765bc7c4b8670a010b5234 100644
--- a/tools/testing/dart/browser_test.dart
+++ b/tools/testing/dart/browser_test.dart
@@ -37,24 +37,6 @@ String getHtmlContents(String title,
</html>
""";
-String getHtmlLayoutContents(String scriptType,
- Path sourceScript) =>
-"""
-<!DOCTYPE html>
-<html>
-<head>
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="dart.unittest" content="full-stack-traces">
-</head>
-<body>
- <script type="text/javascript">
- if (navigator.webkitStartDart) navigator.webkitStartDart();
- </script>
- <script type="$scriptType" src="$sourceScript" defer></script>
-</body>
-</html>
-""";
-
String dartTestWrapper(String libraryPathComponent) {
return """
import '$libraryPathComponent' as test;
« no previous file with comments | « tests/utils/utils.status ('k') | tools/testing/dart/test_progress.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698