Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug
- Manifest: devtools/client/inspector/animation/test/browser.toml
/* Any copyright is dedicated to the Public Domain.
"use strict";
/* import-globals-from current-time-scrubber_head.js */
// Test for CurrentTimeScrubber on RTL environment.
add_task(async function () {
Services.scriptloader.loadSubScript(
CHROME_URL_ROOT + "current-time-scrubber_head.js",
this
);
await pushPref("intl.l10n.pseudo", "bidi");
// eslint-disable-next-line no-undef
await testCurrentTimeScrubber(true);
});