mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 00:52:05 +03:00
chore: trace-viewer a11y fixes (#29838)
This commit is contained in:
parent
006ee7f3b0
commit
591d327eac
@ -160,8 +160,8 @@ export const WorkbenchLoader: React.FunctionComponent<{
|
||||
</div>
|
||||
</div>}
|
||||
{!isServer && !dragOver && !fileForLocalModeError && (!traceURLs.length || processingErrorMessage) && <div className='drop-target'>
|
||||
<div className='processing-error'>{processingErrorMessage}</div>
|
||||
<div className='title'>Drop Playwright Trace to load</div>
|
||||
<div className='processing-error' aria-live='assertive'>{processingErrorMessage}</div>
|
||||
<div className='title' role='heading'>Drop Playwright Trace to load</div>
|
||||
<div>or</div>
|
||||
<button onClick={() => {
|
||||
const input = document.createElement('input');
|
||||
|
Loading…
Reference in New Issue
Block a user