blob: 90ee623787586d145f44763d1fdc1a3f07d043c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<html>
<head>
<meta http-equiv="x-ua-compatible" content="chrome=1" />
<title>Sub frame 1</title>
</head>
<body>
Sub frame 1
<br/><br/>
<br>
<div id="statusPanel" style="border: 1px solid red; width: 100%">
LOG:
</div>
</body>
</html>
|