Skip to content

Commit fe1639a

Browse files
committed
Merge branch 't/13915'
2 parents b911ccf + eb09734 commit fe1639a

File tree

1 file changed

+1
-1
lines changed
  • tests/tickets/13771

1 file changed

+1
-1
lines changed

tests/tickets/13771/1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
var frameDoc = combo._.panel.element.getFirst().getFrameDocument();
5353

5454
// Look for any stylesheet link elems that end with desired CSS file.
55-
return Boolean( frameDoc.findOne( 'link[rel="stylesheet"][href$="contents.css"]' ) );
55+
return Boolean( frameDoc.findOne( 'link[rel="stylesheet"][href*="contents.css"]' ) );
5656
}
5757
} )();

0 commit comments

Comments
 (0)