Bug 1404832 - remove unused support file;r=nchevobbe draft
authorJulian Descottes <jdescottes@mozilla.com>
Fri, 09 Feb 2018 16:52:22 +0100
changeset 753774 840c44292c095bc62c65c338a1b830416de368e6
parent 753773 8bc68606d5227254d7de5d0eb8de7ef5cbe1cc24
push id98676
push userjdescottes@mozilla.com
push dateMon, 12 Feb 2018 11:15:32 +0000
reviewersnchevobbe
bugs1404832
milestone60.0a1
Bug 1404832 - remove unused support file;r=nchevobbe The test browser_webconsole_bug_644419_log_limits.js was marked as irrelevant for the new console frontend, but the support file was still copied to the new frontend folder. MozReview-Commit-ID: 7malhunu3N8
devtools/client/webconsole/new-console-output/test/mochitest/browser.ini
devtools/client/webconsole/new-console-output/test/mochitest/test-bug-644419-log-limits.html
--- a/devtools/client/webconsole/new-console-output/test/mochitest/browser.ini
+++ b/devtools/client/webconsole/new-console-output/test/mochitest/browser.ini
@@ -25,17 +25,16 @@ support-files =
   test-bug_923281_test2.js
   test-bug_939783_console_trace_duplicates.html
   test-bug-585956-console-trace.html
   test-bug-599725-response-headers.sjs
   test-bug-601177-log-levels.html
   test-bug-601177-log-levels.js
   test-bug-630733-response-redirect-headers.sjs
   test-bug-632275-getters.html
-  test-bug-644419-log-limits.html
   test-bug-646025-console-file-location.html
   test-bug-658368-time-methods.html
   test-bug-766001-console-log.js
   test-bug-766001-js-console-links.html
   test-bug-766001-js-errors.js
   test-bug-782653-css-errors-1.css
   test-bug-782653-css-errors-2.css
   test-bug-782653-css-errors.html
deleted file mode 100644
--- a/devtools/client/webconsole/new-console-output/test/mochitest/test-bug-644419-log-limits.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<!-- Any copyright is dedicated to the Public Domain.
-   http://creativecommons.org/publicdomain/zero/1.0/ -->
-  <head>
-    <meta charset="utf-8">
-    <title>Test for bug 644419: console log limits</title>
-  </head>
-  <body>
-    <h1>Test for bug 644419:  Console should have user-settable log limits for
-      each message category</h1>
-
-    <script type="text/javascript">
-      function foo() {
-        bar.baz();
-      }
-      foo();
-    </script>
-  </body>
-</html>
-