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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Thu May 10 13:44:48 2007 UTC (18 years, 2 months ago) by wakaba
Branch: MAIN
File MIME type: text/html
New tests

1 wakaba 1.1 <!DOCTYPE html>
2     <html>
3     <head>
4     <title>cssText = '' and die</title>
5     </head>
6     <body>
7     <p><textarea></textarea></p>
8     <p><button type="button" onclick="
9     document.getElementsByTagName ('iframe')[0].contentWindow.document.getElementsByTagName ('style')[0].styleSheet.cssText = '' + document.getElementsByTagName ('textarea')[0].accessKey;
10     ">Click to die!</button></p>
11     <p><iframe src="javascript:'<style></style>'"></iframe></p>
12     </body>
13     </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24