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.
22 lines
602 B
22 lines
602 B
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8"> |
|
<title>Focus Issue</title> |
|
<style type="text/css"> |
|
@import "../themes/claro/claro.css"; |
|
</style> |
|
</head> |
|
<body class="claro"> |
|
<p> |
|
Test case for focus code when dojo is loaded into an iframe. |
|
Not supported officially but checking in test case anyway. |
|
</p> |
|
|
|
<p>Automated test will focus this input, causing a console message:</p> |
|
<input id="input"> |
|
|
|
<p>Dojo is loaded into this iframe:</p> |
|
<iframe style="width:100%;height:2em;" src="./focus-framedojo-child.html"></iframe> |
|
</body> |
|
</html>
|
|
|