From 4c1959cf852b03bb6d261c8dc7af0787053586a2 Mon Sep 17 00:00:00 2001 From: Armen Zambrano Gasparnian Date: Thu, 7 Jun 2012 13:54:14 -0400 Subject: [PATCH] Bug 712630. Add machine-configuration.json. r=jmaher. DONTBUILD --- testing/machine-configuration.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testing/machine-configuration.json diff --git a/testing/machine-configuration.json b/testing/machine-configuration.json new file mode 100644 index 000000000000..9582f10a1dee --- /dev/null +++ b/testing/machine-configuration.json @@ -0,0 +1,12 @@ +{ + "win7": { + "screen_resolution": { + "x": 1024, + "y": 768 + }, + "mouse_position": { + "x": 1010, + "y": 10 + } + } +}