1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
android_webview / test / data / malware_with_image.html [blame]
<html>
<head>
<style>
div {
background-color: rgb(0,0,255);
height: 100%;
width: 100%;
}
</style>
</head>
<body>
<img src="chrome.png" alt="chrome_png">
<div></div>
</body>
</html>