Ticket #7745: editable_iframe_aria-describedby.html
| File editable_iframe_aria-describedby.html, 343 bytes (added by , 14 years ago) |
|---|
| Line | |
|---|---|
| 1 | <!doctype html> |
| 2 | <html> |
| 3 | <body> |
| 4 | <span id="label1">rich text editor</span> |
| 5 | <br /> |
| 6 | <iframe tabindex="0" role="editbox" aria-describedby="label1" src="javascript:void((function(){document.open();document.write('<body contenteditable=true></body>');document.close();})())" frameborder="0" style="border: 1px solid black;"> </iframe> |
| 7 | </body> |
| 8 | </html> |
