Home
last modified time | relevance | path

Searched refs:SIMPLE_HTML (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java127 private static final String SIMPLE_HTML = "<html><body>simple html</body></html>"; field in WebViewTest
1143 baseUrl, SIMPLE_HTML, "text/html", "UTF-8", historyUrl); in testLoadDataWithBaseUrl_historyUrl()
1153 baseUrl, SIMPLE_HTML, "text/html", "UTF-8", null); in testLoadDataWithBaseUrl_nullHistoryUrlShowsAsAboutBlank()
1185 baseUrl, SIMPLE_HTML, "text/html", "UTF-8", historyUrl); in testLoadDataWithBaseUrl_dataBaseUrlIgnoresHistoryUrl()