/[suikacvs]/www/test/dom/element/inner-html/orphan-set-script-1.html
Suika

Contents of /www/test/dom/element/inner-html/orphan-set-script-1.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Fri Feb 25 16:06:53 2011 UTC (15 years, 4 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
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