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

Unified Diff: content/shell/renderer/layout_test/blink_test_runner.cc

Issue 2745293005: Moving mojo/validation test into LayoutTests (Closed)
Patch Set: test file contents Created 3 years, 8 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 | « BUILD.gn ('k') | mojo/edk/js/tests/run_js_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/layout_test/blink_test_runner.cc
diff --git a/content/shell/renderer/layout_test/blink_test_runner.cc b/content/shell/renderer/layout_test/blink_test_runner.cc
index d2171e6c177b8866898ca197d29a207c9cdda624..b294daa2bf7ed121734de5de4bde903e509bd09a 100644
--- a/content/shell/renderer/layout_test/blink_test_runner.cc
+++ b/content/shell/renderer/layout_test/blink_test_runner.cc
@@ -374,6 +374,8 @@ WebURL BlinkTestRunner::RewriteLayoutTestsURL(const std::string& utf8_url,
std::string new_url = std::string("file://") +
gen_directory_path.AsUTF8Unsafe() +
utf8_url.substr(kGenPrefixLen);
+ DLOG(WARNING) << "From Gen:";
+ DLOG(WARNING) << WebURL(GURL(new_url));
return WebURL(GURL(new_url));
}
« no previous file with comments | « BUILD.gn ('k') | mojo/edk/js/tests/run_js_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698