Commit 30bfc5f3 authored by Rob Paveza's avatar Rob Paveza Committed by Commit Bot

DevTools: aXe core linting for Elements - Properties pane

This adds an automated run of the aXe Core linter to the DOM Properties
pane of the Elements tab.

Change-Id: I3cd687358eea482ec690c8d4bbc53e58ae87fcdb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1567909Reviewed-by: default avatarJoel Einbinder <einbinder@chromium.org>
Commit-Queue: Robert Paveza <Rob.Paveza@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#652414}
parent 9256ed57
Tests accessibility in the elements.domProperties view using the axe-core linter.
aXe violations: []
Tests accessibility in the performance.monitor view using the axe-core linter.
aXe violations: []
......
......@@ -6,6 +6,8 @@
await TestRunner.loadModule('axe_core_test_runner');
const locationsToTest =
[
// elements
'elements.domProperties',
// Performance Monitor
'performance.monitor',
// Sensors
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment