File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
var sauceLabsConfig = {
2
- testName : 'PyWB Client Tests' ,
2
+ testName : 'pywb Client Tests' ,
3
3
} ;
4
4
5
5
// see https://github.com/karma-runner/karma-sauce-launcher/issues/73
Original file line number Diff line number Diff line change @@ -1331,6 +1331,7 @@ var wombat_internal = function($wbwindow) {
1331
1331
//============================================
1332
1332
function init_attr_overrides ( $wbwindow ) {
1333
1333
override_attr ( $wbwindow . HTMLLinkElement . prototype , "href" , "cs_" ) ;
1334
+ override_attr ( $wbwindow . CSSStyleSheet . prototype , "href" , "cs_" ) ;
1334
1335
override_attr ( $wbwindow . HTMLImageElement . prototype , "src" , "im_" ) ;
1335
1336
override_attr ( $wbwindow . HTMLIFrameElement . prototype , "src" , "if_" ) ;
1336
1337
override_attr ( $wbwindow . HTMLScriptElement . prototype , "src" , "js_" ) ;
You can’t perform that action at this time.
0 commit comments