| Index: chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/page.html
|
| diff --git a/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/page.html b/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/page.html
|
| new file mode 100755
|
| index 0000000000000000000000000000000000000000..5b039a391e923db4422cebe8c5be1bde1525a41b
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/page.html
|
| @@ -0,0 +1,12 @@
|
| +<title>Foobar</title>
|
| +
|
| +<script>
|
| +// This function is called from the C++ browser test. It does a basic sanity
|
| +// test that we can call extension APIs.
|
| +function testTabsAPI() {
|
| + chrome.tabs.getSelected(null, function(tab) {
|
| + window.domAutomationController.send(
|
| + tab.title == document.title && tab.url == location.href);
|
| + });
|
| +}
|
| +</script>
|
|
|