@@ -5,20 +5,20 @@ class Viewport
5
5
DEVICES = {
6
6
'1920x1080' => 'Microsoft Windows RT Tablet' ,
7
7
'1280x720' => 'Microsoft Windows RT Tablet' ,
8
- '1024x1366' => 'iPad Pro (1st gen 12.9"), ' \
9
- 'iPad Pro (2nd gen 12.9"), ' \
8
+ '1024x1366' => 'iPad Pro (1st gen 12.9"), ' \
9
+ 'iPad Pro (2nd gen 12.9"), ' \
10
10
'iPad Pro (3rd gen 12.9"), iPad Pro (4th gen 12.9")' ,
11
11
'834x1194' => 'iPad Pro (3rd gen 11"), iPad Pro (4th gen 11")' ,
12
12
'810x1080' => 'iPad 7th gen' ,
13
- '800x1280' => 'Amazon KSFUWI Fire HD 10 (2017), ' \
14
- 'Amazon KFMAWI Fire HD 10 (2019), ' \
15
- 'Samsung SM-T580 Galaxy Tab A 10.1, ' \
16
- 'Samsung SM-T510 Galaxy Tab A 10.1 (2019), ' \
13
+ '800x1280' => 'Amazon KSFUWI Fire HD 10 (2017), ' \
14
+ 'Amazon KFMAWI Fire HD 10 (2019), ' \
15
+ 'Samsung SM-T580 Galaxy Tab A 10.1, ' \
16
+ 'Samsung SM-T510 Galaxy Tab A 10.1 (2019), ' \
17
17
'Samsung SM-T560NU Galaxy Tab E' ,
18
18
'768x1024' => 'iPad 1-6, iPad mini, iPad Air 1-2, iPad Pro (1st gen 9.7")' ,
19
- '601x962' => 'Amazon KFGIWI Kindle Fire HD 8 2016, ' \
20
- 'Amazon KFDOWI Kindle Fire HD 8 (2017), ' \
21
- 'Amazon KFKAWI Fire HD 8 (2018), ' \
19
+ '601x962' => 'Amazon KFGIWI Kindle Fire HD 8 2016, ' \
20
+ 'Amazon KFDOWI Kindle Fire HD 8 (2017), ' \
21
+ 'Amazon KFKAWI Fire HD 8 (2018), ' \
22
22
'Amazon KFKAWI Fire HD 8 (2018)' ,
23
23
'428x926' => 'iPhone 12 Pro Max' ,
24
24
'414x896' => 'iPhone XS Max, iPhone XR, iPhone 11, iPhone 11 Pro Max' ,
@@ -70,7 +70,7 @@ def device_list(device:, resolution:)
70
70
return 'This property is not set for desktops.' if device == 'desktop'
71
71
72
72
DEVICES [ resolution ] ||
73
- 'This viewport is missing from the devices lookup table. ' \
73
+ 'This viewport is missing from the devices lookup table. ' \
74
74
'Please contact the Testing Tools Team to have it added.'
75
75
end
76
76
0 commit comments