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