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

Unified Diff: chrome/test/data/webui/net_internals/net_internals_test.js

Issue 2856223006: Delete chrome://net-internals/#export (Closed)
Patch Set: Created 3 years, 8 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 | « chrome/test/data/webui/net_internals/main.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/net_internals/net_internals_test.js
diff --git a/chrome/test/data/webui/net_internals/net_internals_test.js b/chrome/test/data/webui/net_internals/net_internals_test.js
index 53ae7e22df6e244da520e357824396f394c1e3d3..154bf8179a3adc1604df36aecdcf741967e79217 100644
--- a/chrome/test/data/webui/net_internals/net_internals_test.js
+++ b/chrome/test/data/webui/net_internals/net_internals_test.js
@@ -64,9 +64,6 @@ var NetInternalsTest = (function() {
// If it was actual text it'd be too low-contrast, but a square is fine.
this.accessibilityAuditConfig.ignoreSelectors(
'lowContrastElements', '#timeline-view-selection-ul label');
- // Suppress this error; the black-on-gray button is readable.
- this.accessibilityAuditConfig.ignoreSelectors(
- 'lowContrastElements', '#export-view-save-log-file');
// False positive because the background color highlights and then
// fades out with a transition when there's an error.
this.accessibilityAuditConfig.ignoreSelectors(
@@ -82,7 +79,6 @@ var NetInternalsTest = (function() {
'focusableElementNotVisibleAndNotAriaHidden');
var controlsWithoutLabelSelectors = [
- '#export-view-user-comments',
'#hsts-view-add-input',
'#hsts-view-delete-input',
'#hsts-view-query-input',
@@ -304,7 +300,6 @@ var NetInternalsTest = (function() {
*/
var hashToTabIdMap = {
capture: CaptureView.TAB_ID,
- export: ExportView.TAB_ID,
import: ImportView.TAB_ID,
proxy: ProxyView.TAB_ID,
events: EventsView.TAB_ID,
« no previous file with comments | « chrome/test/data/webui/net_internals/main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698