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

Function appendHeader

third_party/js/qunit/qunit.js:6912–6917  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6910 }
6911 }
6912 function appendHeader() {
6913 var header = id('qunit-header');
6914 if (header) {
6915 header.innerHTML = "<a href='" + escapeText(unfilteredUrl) + "'>" + header.innerHTML + '</a> ';
6916 }
6917 }
6918 function appendBanner() {
6919 var banner = id('qunit-banner');
6920 if (banner) {

Callers 1

appendInterfaceFunction · 0.85

Calls 2

idFunction · 0.70
escapeTextFunction · 0.70

Tested by

no test coverage detected