Skip to content

Commit

Permalink
Tests: Correct a typo in the regex matching Safari 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Jun 13, 2015
1 parent 349edbd commit c17543f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
"radioValue": false,
"reliableMarginRight": true
};
} else if ( /8.0(\.\d+|) safari/i.test( userAgent ) ) {
} else if ( /8\.0(\.\d+|) safari/i.test( userAgent ) ) {
expected = {
"ajax": true,
"boxSizingReliable": true,
Expand Down

0 comments on commit c17543f

Please sign in to comment.