aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tabs/helper.js
Commit message (Collapse)AuthorAgeFilesLines
* Tabs: Use `CSS.escape` for sanitizing selectorsMichał Gołębiowski-Owczarek2024-10-271-2/+1
| | | | | | The previous private `_sanitizeSelector` API was not correctly escaping backslashes and is now removed. The native API should always be correct. Closes gh-2307
* Tabs: Shift to use no globalsAmanpreet Singh2016-04-141-11/+11
|
* Tabs: Handle overly-precise values in tests in IEScott González2015-10-271-1/+4
| | | | Closes gh-1628
* Tabs: Style updatesAlexander Schmitz2015-09-111-8/+9
| | | | Ref #14246
* Tabs: Move tabs into widgets directoryAlexander Schmitz2015-08-081-1/+1
| | | | Ref #13885
* Tests: Rename filesScott González2015-04-091-0/+74
Ref gh-1528