There was an error while loading. Please reload this page.
1 parent ed9ee4a commit 16663e6Copy full SHA for 16663e6
1 file changed
cmd/browsers_test.go
@@ -893,7 +893,6 @@ func TestParseViewport_ValidFormats(t *testing.T) {
893
{"2560x1440@10", 2560, 1440, 10},
894
{"1024x768@60", 1024, 768, 60},
895
{"1920x1080", 1920, 1080, 0},
896
- {"800x600", 800, 600, 0},
897
}
898
899
for _, tt := range tests {
0 commit comments