From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- devtools/client/shared/test/browser_devices.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 devtools/client/shared/test/browser_devices.json (limited to 'devtools/client/shared/test/browser_devices.json') diff --git a/devtools/client/shared/test/browser_devices.json b/devtools/client/shared/test/browser_devices.json new file mode 100644 index 000000000..cc7722a7f --- /dev/null +++ b/devtools/client/shared/test/browser_devices.json @@ -0,0 +1,23 @@ +{ + "TYPES": [ "phones" ], + "phones": [ + { + "name": "Small Phone", + "width": 320, + "height": 480, + "pixelRatio": 1, + "userAgent": "Mozilla/5.0 (Mobile; rv:39.0) Gecko/39.0 Firefox/39.0", + "touch": true, + "firefoxOS": true + }, + { + "name": "Big Phone", + "width": 360, + "height": 640, + "pixelRatio": 3, + "userAgent": "Mozilla/5.0 (Mobile; rv:39.0) Gecko/39.0 Firefox/39.0", + "touch": true, + "firefoxOS": true + } + ] +} -- cgit v1.2.3