You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
340 B
12 lines
340 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Example page</title>
|
|
</head>
|
|
<body>
|
|
<p>This page contains a nested iframe. Execute some JS to locate a reference to an element in this
|
|
frame and return it. You should need to switch to that frame in order to use that element.</p>
|
|
<iframe src="simpleTest.html" name="inner"></iframe>
|
|
</body>
|
|
</html>
|