Go to the source code of this file.
Functions | |
function | runTestOnPrivacyPrefPane (testFunc) |
function | controlChanged (doc, element) |
function | test_locbar_emptyText (win) |
function | test_pane_visibility (win) |
function | test_dependent_elements (win) |
function | test_dependent_cookie_elements (win) |
function | test_dependent_clearonclose_elements (win) |
function | test_dependent_prefs (win) |
function | test_historymode_retention (mode, expect) |
function | test_custom_retention (controlToChange, expect, valueIncrement) |
function | test_locbar_suggestion_retention (mode, expect) |
function | test_privatebrowsing_toggle (win) |
function | test_privatebrowsing_ui (win) |
function | enter_private_browsing (win) |
function | reset_preferences (win) |
function | run_test_subset (subset) |
Variables | |
let | testRunner |
function controlChanged | ( | doc, | |
element | |||
) |
Definition at line 66 of file privacypane_tests.js.
function enter_private_browsing | ( | win | ) |
Definition at line 518 of file privacypane_tests.js.
function reset_preferences | ( | win | ) |
function run_test_subset | ( | subset | ) |
Definition at line 534 of file privacypane_tests.js.
function runTestOnPrivacyPrefPane | ( | testFunc | ) |
Definition at line 38 of file privacypane_tests.js.
function test_custom_retention | ( | controlToChange, | |
expect, | |||
valueIncrement | |||
) |
Definition at line 374 of file privacypane_tests.js.
function test_dependent_clearonclose_elements | ( | win | ) |
Definition at line 280 of file privacypane_tests.js.
function test_dependent_cookie_elements | ( | win | ) |
Definition at line 212 of file privacypane_tests.js.
function test_dependent_elements | ( | win | ) |
Definition at line 106 of file privacypane_tests.js.
function test_dependent_prefs | ( | win | ) |
Definition at line 320 of file privacypane_tests.js.
function test_historymode_retention | ( | mode, | |
expect | |||
) |
Definition at line 359 of file privacypane_tests.js.
function test_locbar_emptyText | ( | win | ) |
Definition at line 72 of file privacypane_tests.js.
function test_locbar_suggestion_retention | ( | mode, | |
expect | |||
) |
Definition at line 404 of file privacypane_tests.js.
function test_pane_visibility | ( | win | ) |
Definition at line 86 of file privacypane_tests.js.
function test_privatebrowsing_toggle | ( | win | ) |
Definition at line 419 of file privacypane_tests.js.
function test_privatebrowsing_ui | ( | win | ) |
Definition at line 458 of file privacypane_tests.js.
let testRunner |
Definition at line 533 of file privacypane_tests.js.