130
edits
(Created page with "This article gives some suggestions about how to write [https://wiki.mozilla.org/DevTools/Hacking#Browser_Mochitests devtools browser-chrome mochitests]. The following sugges...") |
|||
Line 63: | Line 63: | ||
* ... | * ... | ||
Here is | Here is what the basic structure of a test looks like: | ||
/* vim: set ft=javascript ts=2 et sw=2 tw=80: */ | /* vim: set ft=javascript ts=2 et sw=2 tw=80: */ |
edits