/[suikacvs]/www/test/dom/style-sheet/css-text/ie-crash-2.html
Suika

Contents of /www/test/dom/style-sheet/css-text/ie-crash-2.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Thu May 10 13:48:01 2007 UTC (18 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +3 -3 lines
File MIME type: text/html
<iframe> is not necessary to reproduce the bug

1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>cssText = '' and die</title>
5 <style></style>
6 </head>
7 <body>
8 <p><textarea></textarea></p>
9 <p><button type="button" onclick="
10 document.getElementsByTagName ('style')[0].styleSheet.cssText = document.getElementsByTagName ('textarea')[0].accessKey + '';
11 ">Clicking this button is safe</button></p>
12 </body>
13 </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24