Parent Directory
|
Revision Log
tests
| 1 | <!DOCTYPE html> |
| 2 | |
| 3 | <style> |
| 4 | body { |
| 5 | background-color: green; |
| 6 | } |
| 7 | p { |
| 8 | color: blue; |
| 9 | } |
| 10 | </style> |
| 11 | |
| 12 | <p>FAIL IF the background color is RED.</p> |
| 13 | |
| 14 | <script> |
| 15 | var div = document.createElement ('div'); |
| 16 | div.innerHTML = '<script>document.body.style.backgroundColor = "red"</' + 'script>'; |
| 17 | </script> |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |