mirror of
https://github.com/appium/appium.git
synced 2026-01-16 07:09:56 -06:00
12 lines
381 B
HTML
12 lines
381 B
HTML
<html>
|
|
<head>
|
|
<title>Sub frame 3</title>
|
|
</head>
|
|
<body>
|
|
<h1>Sub frame 3</h1>
|
|
<h2>I have a child iframe</h2>
|
|
<iframe id="id-childframe" name="childframe" src="/test/guinea-pig2.html" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" allowtransparency="true"
|
|
frameborder="0" height="200" scrolling="no" width="300"></iframe>
|
|
</body>
|
|
</html>
|