Parent Directory
|
Revision Log
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 |