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

Side by Side Diff: chrome/test/data/extensions/api_test/page_action_popup/popup.html

Issue 339091: API test for CL http://codereview.chromium.org/347016 (Closed)
Patch Set: Created 11 years, 1 month 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
« no previous file with comments | « chrome/test/data/extensions/api_test/page_action_popup/manifest.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <head>
2 <script>
3 // Wait to be resized by the browser once before indicating pass.
4 function onResize() {
5 window.removeEventListener("resize", onResize);
6 chrome.test.notifyPass();
7 }
8
9 window.addEventListener("resize", onResize);
10 </script>
11 </head>
12 <body>
13 <div id="test">Hello&nbsp;World</div>
14 </body>
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/page_action_popup/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698