| Index: static/testcasefiles/scriptexception/script.js |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/static/testcasefiles/scriptexception/script.js |
| @@ -0,0 +1,5 @@ |
| +var target = document.getElementById("testcase-scripttarget"); |
| +target.innerHTML = "Script ran and was applied to the page."; |
| +target.style.color = "white"; |
| +target.style.backgroundColor = "green"; |
| +console.log( "Script ran and was applied to the page." ); |