Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.

Commit 2625392

Browse files
committed
Add test for IE 7 / WinXP
1 parent 28b1d27 commit 2625392

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.coffee

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ module.exports = (grunt) ->
8484
{ browserName: "firefox", platform: "Windows 8.1" }
8585
{ browserName: "firefox", platform: "Linux" }
8686
{ browserName: "internet explorer", version: "6", platform: "Windows XP" }
87-
{ browserName: "internet explorer", version: "7", platform: "Windows 7" }
87+
{ browserName: "internet explorer", version: "7", platform: "Windows XP" }
88+
{ browserName: "internet explorer", version: "8", platform: "Windows 7" }
8889
{ browserName: "internet explorer", version: "11", platform: "Windows 8.1" }
8990
{ browserName: "microsoftedge", platform: "Windows 10" }
9091
{ browserName: "safari", version: "9", platform: "OS X 10.11" }

0 commit comments

Comments
 (0)