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

Unified Diff: Tools/GardeningServer/ui/ct-failure-card-tests.html

Issue 476903003: Add a "Link Bug" button to associate a bug with a failure (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebasd Created 6 years, 4 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
Index: Tools/GardeningServer/ui/ct-failure-card-tests.html
diff --git a/Tools/GardeningServer/ui/ct-failure-card-tests.html b/Tools/GardeningServer/ui/ct-failure-card-tests.html
deleted file mode 100644
index 7be90f351f785e1c4943b8b4a8702524af3855f6..0000000000000000000000000000000000000000
--- a/Tools/GardeningServer/ui/ct-failure-card-tests.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!--
-Copyright 2014 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
--->
-
-<link rel="import" href="ct-failure-card.html">
-
-<script>
-(function () {
-
-module("ct-failure-card");
-
-asyncTest("examine", 1, function() {
- var card = document.createElement('ct-failure-card');
- card.failures = [];
-
- Platform.endOfMicrotask(function() {
- card.addEventListener('ct-examine-failures', function(event) {
- deepEqual(event.detail, []);
- start();
- });
-
- card.shadowRoot.getElementById('examine').dispatchEvent(new CustomEvent('tap'));
- });
-});
-
-})()
-</script>
« no previous file with comments | « Tools/GardeningServer/ui/ct-failure-card.html ('k') | Tools/GardeningServer/ui/test/ct-failure-card-tests.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698