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

Side by Side Diff: chrome/test/data/extensions/api_test/accessible_cer/main.html

Issue 9909019: Add schema chrome-extension-resource:// for extension resources (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update Created 8 years, 8 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 <title>CER access test</title>
4 <script type="text/javascript" src="chrome-extension-resource://analytics/ga.js" ></script>
5 <script type="text/javascript" src="background.js"></script>
6 <!--
Tom Sepez 2012/04/18 18:03:01 This can be completely removed, no?
Peng 2012/04/18 18:29:16 Done.
7 <script>
8 if (typeof(_gaq) == "undefined") {
9 chrome.test.succeed();
10 //chrome.test.fail();
11 } else {
12 chrome.test.succeed();
13 }
14 </script>
15 -->
16 </head>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698