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

Unified Diff: tools/telemetry/telemetry/internal/testing/screenshot_test.html

Issue 1427033004: Revert of [Telemetry] Enable screenshot taking on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « tools/telemetry/telemetry/internal/platform/mac_platform_backend.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/internal/testing/screenshot_test.html
diff --git a/tools/telemetry/telemetry/internal/testing/screenshot_test.html b/tools/telemetry/telemetry/internal/testing/screenshot_test.html
deleted file mode 100644
index 239e9a782340c77839dd5882f1552c207727d1d3..0000000000000000000000000000000000000000
--- a/tools/telemetry/telemetry/internal/testing/screenshot_test.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<head>
- <style>
- html, body {
- margin: 0;
- padding: 0;
- }
- #colorful {
- width: 32px;
- height: 32px;
- background-color: rgb(217, 115, 43);
- }
- </style>
-</head>
-<body>
- <div id="colorful"></div>
-</body>
-</html>
« no previous file with comments | « tools/telemetry/telemetry/internal/platform/mac_platform_backend.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698