Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(605)

Unified Diff: chrome/test/data/dom_checker/automation.js

Issue 53064: - Launch DOM checker in the subdirectory 'dom_checker/', as specified by the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/data/dom_checker/dom_checker.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « no previous file | chrome/test/data/dom_checker/dom_checker.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698