| 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,
|
|
|