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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 var target = document.getElementById("testcase-scripttarget");
2 target.innerHTML = "Script ran and was applied to the page.";
3 target.style.color = "white";
4 target.style.backgroundColor = "red";
5 console.log( "Script ran and was applied to the page." );
OLDNEW

Powered by Google App Engine
This is Rietveld