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

Unified 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.
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: pages/testcases/generic/index.html
===================================================================
deleted file mode 100644
--- a/pages/testcases/generic/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
-title=ABP Test Pages
-template=frame
-
-<script type="text/javascript">
- function frame_url(parent_location)
- {
- var href = parent_location.href;
- var hash = parent_location.hash;
- return href.substr(0, href.length - hash.length).
- replace("://testpages", "://www.testpages") + hash.substring(1);
- }
-</script>

Powered by Google App Engine
This is Rietveld