New issue
Advanced search Search tips

Issue 722683 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

[DevTools] Can't load accessibility module on ChromeOS

Project Member Reported by aboxhall@chromium.org, May 16 2017

Issue description

What steps will reproduce the problem?
(1) Turn on Accessibility Inspection experiment on ChromeOS
(2) Restart devtools, then click "Accessibility" tab in Elements pane

What is the expected result?

Accessibility inspection tools appear.

What happens instead?

Blank tab appears.

Console output:

https://chrome-devtools-frontend.appspot.com/serve_file/@0/accessibility/accessibility_module.js Failed to load resource: the server responded with a status of 404 ()
inspector.html:1 XMLHttpRequest cannot load https://chrome-devtools-frontend.appspot.com/serve_file/@0/accessibility/accessibility_module.js. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'chrome-devtools://devtools' is therefore not allowed access. The response had HTTP status code 404.
inspector.js:22 Empty response arrived for script 'https://chrome-devtools-frontend.appspot.com/serve_file/@0/accessibility/accessibility_module.js'
evaluateScript @ inspector.js:22
inspector.js:109 Uncaught (in promise) Error: Could not instantiate: Accessibility.AccessibilitySidebarView
    at Runtime.Extension._createInstance (inspector.js:109)
 

Sign in to add a comment