 Issue 29755578:
  Issue 2148 - Rewrite the testpages test suite  (Closed)
    
  
    Issue 29755578:
  Issue 2148 - Rewrite the testpages test suite  (Closed) 
  | Index: static/testcasefiles/script/script.js | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/static/testcasefiles/script/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 = "red"; | 
| +console.log( "Script ran and was applied to the page." ); |