HomeSort by relevance Sort by last modified time
    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