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

Unified Diff: chrome/test/data/dom_checker/dom_checker.html

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 | « chrome/test/data/dom_checker/automation.js ('k') | chrome/test/data/dom_checker/expected_failures-file.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/dom_checker/dom_checker.html
===================================================================
--- chrome/test/data/dom_checker/dom_checker.html (revision 12479)
+++ chrome/test/data/dom_checker/dom_checker.html (working copy)
@@ -438,11 +438,12 @@
/* Log test failure. */
function BAD(x) {
automation.IncrementTestCount();
- automation.AddFailure(x);
bad++;
x = x.replace('frames[0].frames[0]','(blank)').replace('frames[0]','(third-party)');
log('<font color=red>CHECK FAILED : ' + x + ' is possible!</font>');
+
+ automation.AddFailure(x);
}
« no previous file with comments | « chrome/test/data/dom_checker/automation.js ('k') | chrome/test/data/dom_checker/expected_failures-file.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698