| Index: chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/toolstrip1.html
|
| ===================================================================
|
| --- chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/toolstrip1.html (revision 20334)
|
| +++ chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/toolstrip1.html (working copy)
|
| @@ -8,6 +8,16 @@
|
| window.domAutomationController.send(tabs.length == 1);
|
| });
|
| }
|
| +
|
| +// This function is called from the C++ browser test. It tests the getLanguage
|
| +// function to make sure it can be used as an extension API. This will pass if
|
| +// the browser navigates to a page in French language before this is called.
|
| +function testTabsLanguageAPI() {
|
| + chrome.tabs.getLanguage(null, function(language) {
|
| + window.domAutomationController.send(language == 'FRENCH');
|
| + });
|
| +}
|
| +
|
| </script>
|
| <select>
|
| <option>one</option>
|
|
|
| Property changes on: chrome\test\data\extensions\good\Extensions\behllobkkfkfnphdnhnkndlbkcpglgmj\1.0.0.0\toolstrip1.html
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|