Ignore runtime configuration files generated during quality assurance.
1 <html xmlns="http://www.w3.org/1999/xhtml">
7 var select = document.getElementById("sss");
8 select.options.add.call(null, 0);
14 <body onload="boom();">
16 <select id="sss"><option>foo</option></select>