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

Side by Side Diff: pages/testcases/generic/index.html

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 title=ABP Test Pages
2 template=frame
3
4 <script type="text/javascript">
5 function frame_url(parent_location)
6 {
7 var href = parent_location.href;
8 var hash = parent_location.hash;
9 return href.substr(0, href.length - hash.length).
10 replace("://testpages", "://www.testpages") + hash.substring(1);
11 }
12 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld