diff --git a/browser/components/loop/test/desktop-local/README.md b/browser/components/loop/test/desktop-local/README.md
index a306e28646ead..5f459e32fc4a3 100644
--- a/browser/components/loop/test/desktop-local/README.md
+++ b/browser/components/loop/test/desktop-local/README.md
@@ -6,10 +6,16 @@ and the Chai Assertion Library's [BDD interface][2].
[1]: http://visionmedia.github.io/mocha/
[2]: http://chaijs.com/api/bdd/
-Aim your browser at the index.html in this directory on your localhost using a file: or HTTP URL to run the tests.
+Aim your browser at the index.html in this directory on your localhost using
+a file: or HTTP URL to run the tests. Alternately, from the top-level of your
+Gecko source directory, execute:
+
+```
+./mach marionette-test browser/components/loop/test/manifest.ini
+```
Next steps:
-* hook up to Marionette test suite so that they can be run by Tbpl
-* run via mach command-line
-* run using JS http server so the property security context for DOM elements is used
+
+* run using JS http server so the property security context for DOM elements
+is used
diff --git a/browser/components/loop/test/desktop-local/index.html b/browser/components/loop/test/desktop-local/index.html
index a4ac0a70c4ed3..718fd74e8b448 100644
--- a/browser/components/loop/test/desktop-local/index.html
+++ b/browser/components/loop/test/desktop-local/index.html
@@ -30,7 +30,7 @@
},
getStrings: function() {
return [];
- },
+ }
};
window.Components = {fake: true, utils: {import: function(){}}};
window.Services = {fake: true, prefs: {getCharPref: function() {
@@ -47,6 +47,7 @@
@@ -64,7 +65,7 @@