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

Unified Diff: chrome/test/data/extensions/samples/getviews/ts1.html

Issue 115419: extensions chrome.self.getViews() (Closed)
Patch Set: remove line Created 11 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/extensions/samples/getviews/ts1.html
diff --git a/chrome/test/data/extensions/samples/getviews/ts1.html b/chrome/test/data/extensions/samples/getviews/ts1.html
new file mode 100755
index 0000000000000000000000000000000000000000..df2b006b8214bbd8bc4cbd455650bb37f62d02eb
--- /dev/null
+++ b/chrome/test/data/extensions/samples/getviews/ts1.html
@@ -0,0 +1,9 @@
+<html>
+ <head>
+ <link rel="stylesheet" type="text/css" href="common.css">
+ <script src="common.js" type="text/javascript"></script>
+ </head>
+ <body>
+ <div span id="me" onclick="claim();">Toolstrip 1</div>
+ </body>
+</html>
« no previous file with comments | « chrome/test/data/extensions/samples/getviews/manifest.json ('k') | chrome/test/data/extensions/samples/getviews/ts2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698