Ticket #7745: editable_iframe_aria-describedby.html

File editable_iframe_aria-describedby.html, 343 bytes (added by Garry Yao, 12 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>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy