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

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java

Issue 2092283002: Revert of Enable subframe FrameNavigationEntries by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | content/common/site_isolation_policy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java
index 09f5b97e9adb9089b781dfa2a27006562c3af932..60e8eb5a6fef938412e01c988128363c3470de01 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java
@@ -259,8 +259,8 @@
assertEquals(page2Title, getTitleOnUiThread(mAwContents));
HistoryUtils.goBackSync(getInstrumentation(), mWebContents, onPageFinishedHelper);
- // The title of first page loaded with loadDataWithBaseUrl.
- assertEquals(page1Title, getTitleOnUiThread(mAwContents));
+ // The title of the 'about.html' specified via historyUrl.
+ assertEquals(CommonResources.ABOUT_TITLE, getTitleOnUiThread(mAwContents));
} finally {
webServer.shutdown();
}
« no previous file with comments | « no previous file | content/common/site_isolation_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698