Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/testcasefiles/script/script.js

Issue 29755578: Issue 2148 - Rewrite the testpages test suite (Closed)
Patch Set: Created April 18, 2018, 11:54 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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." );

Powered by Google App Engine
This is Rietveld