Bug 1522440 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I spotted this test is failing with QuantumBar enabled:

```
TEST-UNEXPECTED-FAIL | accessible/tests/browser/general/browser_test_urlbar.js | Test timed out -
TEST-UNEXPECTED-TIMEOUT | accessible/tests/browser/general/browser_test_urlbar.js | application timed out after 370 seconds with no output
```

This either needs porting or skipping (and later removal) for Quantumbar.

I think we might want to skip it, because we're no longer using richlistbox in the address bar results.
I spotted these tests are failing with QuantumBar enabled:

```
TEST-UNEXPECTED-FAIL | accessible/tests/browser/events/browser_test_focus_urlbar.js | Uncaught exception - Waiting for search to complete - timed out after 50 tries
TEST-UNEXPECTED-FAIL | accessible/tests/browser/general/browser_test_urlbar.js | Test timed out -
TEST-UNEXPECTED-TIMEOUT | accessible/tests/browser/general/browser_test_urlbar.js | application timed out after 370 seconds with no output
```

This either needs porting or skipping (and later removal) for Quantumbar.

I think we might want to skip it, because we're no longer using richlistbox in the address bar results.

Back to Bug 1522440 Comment 0