1
edit
Changes
→Running Chrome Tests
from your $objdir/xulrunner/
cd _tests/testing/mochitest
## create backup
cp -R chrome chrome.bak
## NOTE: you need to do the following steps in a look for each directory
## dirs: [content, docshell, dom, toolkit, widget]
rm -Rf chrome/*
cp -R chrome.bak/content chrome/
For more information visit:
[https://wiki.mozilla.org/Mobile/Fennec_Chrome]
== Running Mochitests ==