Chromium Code Reviews| Index: chrome/test/data/dom_checker/automation.js |
| =================================================================== |
| --- chrome/test/data/dom_checker/automation.js (revision 12479) |
| +++ chrome/test/data/dom_checker/automation.js (working copy) |
| @@ -21,6 +21,9 @@ |
| } |
| Automation.prototype.AddFailure = function(test) { |
| + // Remove any '<!-- NOP -->' that was inserted by DOM checker. |
| + test = test.replace(/<!-- NOP -->/, ''); |
| + |
| this.failures.push(test); |
| } |