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

Unified Diff: chrome/test/data/extensions/samples/getviews/ts2.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
« no previous file with comments | « chrome/test/data/extensions/samples/getviews/ts1.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/samples/getviews/ts2.html
diff --git a/chrome/test/data/extensions/samples/getviews/ts2.html b/chrome/test/data/extensions/samples/getviews/ts2.html
new file mode 100755
index 0000000000000000000000000000000000000000..f5ee37e4b04bc4e88b0e3cc6458d2dbe8943784b
--- /dev/null
+++ b/chrome/test/data/extensions/samples/getviews/ts2.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 2</div>
+ </body>
+</html>
« no previous file with comments | « chrome/test/data/extensions/samples/getviews/ts1.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698