Ignore runtime configuration files generated during quality assurance.
1 // |reftest| skip-if(xulRuntime.shell)
2 // skip in the shell because 'arguments' is defined as a shell utility function
4 /* Check we can delete arguments in the global space. */
6 reportCompare(delete arguments, true, "arguments defined as global");