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

Side by Side Diff: chrome_frame/test/data/mshtml_refresh_test.html

Issue 3433026: Add a unit test for refresh in mshtml to see where we're not tagging the user... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome_frame/test/data/mshtml_refresh_test_popup.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <html>
2 <script>
3 function openPopup() {
4 window.open("mshtml_refresh_test_popup.html","mypopup")
5 return false;
6 }
7
8 function onLoad() {
9 var request_id = $request_id$;
10 if (request_id != 0) {
11 location.href = "/quit?OK";
12 } else {
13 window.setTimeout(openPopup, 100);
14 }
15 }
16 window.onload = onLoad;
17 </script>
18 <body>
19 <p>$UA$</p>
20 <a href="#" onclick="return openPopup();">Open popup</a>
21 </body>
22 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome_frame/test/data/mshtml_refresh_test_popup.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698