/[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.3 - (show annotations) (download) (as text)
Thu May 10 13:54:13 2007 UTC (18 years, 2 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -2 lines
File MIME type: text/html
It seems that any HTMLElement, any HTML DOM attribute can be used in fact

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24