Open
Bug 1608777
Opened 3 years ago
Updated 6 months ago
Split up dom/indexedDB/test/unit/test_locale_aware_index_getAll.js into individual test cases
Categories
(Core :: Storage: IndexedDB, task, P2)
Core
Storage: IndexedDB
Tracking
()
NEW
People
(Reporter: sg, Unassigned)
References
(Blocks 1 open bug)
Details
As a first step to splitting up all JS tests for dom/indexedDB/test/unit/test_locale_aware_index_getAll.js should be split up.
This is a good candidate for making a prototype split up and improve understanding of what needs to be done in general, because:
- these tests are known to be Firefox-specific, so they are will not be redundant with wpt tests
- the file is not overwhelmingly large
- splitting up is non-trivial though, as there are aspects common to several tests which need to be moved to an appropriate common location in order to avoid code duplication
What might be a counter-argument is that the functionality of locale-aware indexes might be removed in the future, and so it is no longer worthwhile to touch these tests.
Updated•3 years ago
|
Priority: -- → P2
Updated•6 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•