Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4544)

Unified Diff: chrome/test/data/page_cycler/basic_js.html

Issue 9667009: CommandLine Page Cycler (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Replaced now-private BrowserList::GetLastActive() Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/page_cycler/basic_js.html
diff --git a/chrome/test/data/page_cycler/basic_js.html b/chrome/test/data/page_cycler/basic_js.html
new file mode 100644
index 0000000000000000000000000000000000000000..09b8a455eab6ba22028b845c0b244473c66b5835
--- /dev/null
+++ b/chrome/test/data/page_cycler/basic_js.html
@@ -0,0 +1,17 @@
+<html>
+<head>
+<script type="text/javascript">
+function generatetext()
+{
+return "This is a webpage using an incredibly simple script.";
+}
+</script>
+</head>
+
+<body>
+<script type="text/javascript">
+document.write(generatetext());
+</script>
+
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698