MCPcopy
hub / github.com/SeleniumHQ/selenium / appendToolbar

Function appendToolbar

third_party/js/qunit/qunit.js:6898–6911  ·  view source on GitHub ↗
(beginDetails)

Source from the content-addressed store, hash-verified

6896 return moduleFilter;
6897 }
6898 function appendToolbar(beginDetails) {
6899 var toolbar = id('qunit-testrunner-toolbar');
6900 if (toolbar) {
6901 toolbar.appendChild(toolbarUrlConfigContainer());
6902 var toolbarFilters = document.createElement('span');
6903 toolbarFilters.id = 'qunit-toolbar-filters';
6904 toolbarFilters.appendChild(toolbarLooseFilter());
6905 toolbarFilters.appendChild(toolbarModuleFilter(beginDetails));
6906 var clearfix = document.createElement('div');
6907 clearfix.className = 'clearfix';
6908 toolbar.appendChild(toolbarFilters);
6909 toolbar.appendChild(clearfix);
6910 }
6911 }
6912 function appendHeader() {
6913 var header = id('qunit-header');
6914 if (header) {

Callers 1

appendInterfaceFunction · 0.85

Calls 4

toolbarLooseFilterFunction · 0.85
toolbarModuleFilterFunction · 0.85
idFunction · 0.70

Tested by

no test coverage detected