summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/chromedriver/frame_test.html
blob: 98b8d1c2e6f08f8b66733215762c84120d6bd50b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<title>frame test</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
iframe
{
  border-style:sold;
  border-left-width:100px;
  border-top-width:100px;
}
</style>
</head>
<body>
<p>Below is an iframe.</p>
<iframe src="empty.html"></iframe>
</body>
</html>