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

Side by Side 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, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script type="text/javascript">
4 function generatetext()
5 {
6 return "This is a webpage using an incredibly simple script.";
7 }
8 </script>
9 </head>
10
11 <body>
12 <script type="text/javascript">
13 document.write(generatetext());
14 </script>
15
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698