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

Unified Diff: Source/web/tests/WebFrameTest.cpp

Issue 19906002: Move data/ directory from WebKit/chromium/tests into web/tests/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 5 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 | « Source/web/tests/URLTestHelpers.cpp ('k') | Source/web/tests/WebImageTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/WebFrameTest.cpp
diff --git a/Source/web/tests/WebFrameTest.cpp b/Source/web/tests/WebFrameTest.cpp
index 9c6822ee3a85be6b747eaec5fde9c36ec29f6221..1bcee0fe62ee4fd471c6522f40006d6f5458c7e6 100644
--- a/Source/web/tests/WebFrameTest.cpp
+++ b/Source/web/tests/WebFrameTest.cpp
@@ -3350,7 +3350,7 @@ TEST_F(WebFrameTest, CompositorScrollIsUserScrollShortPage)
TEST_F(WebFrameTest, FirstPartyForCookiesForRedirect)
{
WTF::String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
- filePath.append("/Source/WebKit/chromium/tests/data/first_party.html");
+ filePath.append("/Source/web/tests/data/first_party.html");
WebURL testURL(toKURL("http://www.test.com/first_party_redirect.html"));
char redirect[] = "http://www.test.com/first_party.html";
« no previous file with comments | « Source/web/tests/URLTestHelpers.cpp ('k') | Source/web/tests/WebImageTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698