Files
appium/lib/server/static/test/iframes.html
2013-10-17 10:30:11 -07:00

15 lines
821 B
HTML

<html>
<head>
<title>Iframe guinea pig</title>
</head>
<body>
<h1>This is a page full o iframes!</h1>
<iframe id="id-iframe1" name="iframe1" src="/test/subframe1.html" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" allowtransparency="true"
frameborder="0" height="400" scrolling="no" width="320"></iframe>
<iframe id="id-iframe2" name="iframe2" src="/test/subframe2.html" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" allowtransparency="true"
frameborder="0" height="400" scrolling="no" width="320"></iframe>
<iframe id="id-iframe3" name="iframe3" src="/test/subframe3.html" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" allowtransparency="true"
frameborder="0" height="400" scrolling="no" width="320"></iframe>
</body>
</html>