summaryrefslogtreecommitdiff
path: root/Tools/TestWebKitAPI/Tests/WebKit2/many-iframes.html
blob: 44f17f5865d4ba2e0084b545520af924bde0f17f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<body>
  Simple HTML file with many iframes.
  <iframe src="simple.html"></iframe>
  <iframe src="simple.html"></iframe>
  <iframe src="simple.html"></iframe>
  <iframe src="simple.html"></iframe>
  <iframe src="simple.html"></iframe>
  <iframe src="simple.html"></iframe>
  <iframe src="simple.html"></iframe>
  <iframe src="simple.html"></iframe>
  <iframe src="simple.html"></iframe>
  <iframe src="simple.html"></iframe>
</body>
</html>