OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unsupportedschemeurl
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientShouldOverrideUrlLoadingTest.java
543
final String
unsupportedSchemeUrl
= "foobar://resource/1";
545
getHtmlForPageWithSimpleLinkTo(
unsupportedSchemeUrl
), "text/html", false);
551
assertEquals(
unsupportedSchemeUrl
,
675
final String
unsupportedSchemeUrl
= "foobar://resource/1";
678
makeHtmlPageFrom("", "<iframe src=\"" +
unsupportedSchemeUrl
+ "\" />"));
[
all
...]
Completed in 662 milliseconds