@@ -40,24 +40,24 @@ define([
4040
4141 var
4242 // Expected viewport dimensions vary based on browser
43- expectedViewportWidths = [ 980 , 996 , 1024 ] ,
44- expectedViewportHeights = [ 636 , 644 , 667 , 670 , 673 , 684 , 695 , 705 , 706 , 712 ] ,
43+ expectedViewportWidths = [ 980 , 1024 , 1280 ] ,
44+ expectedViewportHeights = [ 636 , 644 , 667 , 670 , 673 , 684 , 695 , 702 , 705 , 706 , 712 ] ,
4545
4646 // User fingerprint varies based on browser features
4747 // TODO: try to hash this off the useragent -
4848 // i.e. formal 1:1 relationship between viewport or signature and an individual browser
4949 expectedSignatures = [
5050 3343029130 , // IE9 Windows
5151 1101697779 , // IE10
52- 154466408 , // IE11
53- 2557409154 , // Firefox 27.0 Mac
54- 1076144906 , // Firefox 27.0 XP
52+ 3875211103 , // IE11
53+ 2265977041 , // Firefox 27.0 Mac
54+ 972065378 , // Firefox 27.0 XP
5555 3900377526 , // Firefox 27.0 Linux
56- 705067259 , // Chrome 32.0 Mac OS X
57- 4229530558 , // Chrome 32.0 Windows NT
56+ 3528351619 , // Chrome 32.0 Mac OS X
57+ 2660492875 , // Chrome 32.0 Windows NT
5858 3773734853 , // Chrome 32.0 Linux
59- 3339203264 , // Safari 7.0 Mac
60- 3166667154 // Safari 6.0.5 Mac
59+ 3882113908 , // Safari 7.0 Mac
60+ 2336697549 // Safari 6.0.5 Mac
6161 ] ;
6262
6363 registerSuite ( {
0 commit comments