| Index: chrome/test/data/extensions/api_test/filebrowser_component/intent-read.js
|
| diff --git a/chrome/test/data/extensions/api_test/filebrowser_component/intent-read.js b/chrome/test/data/extensions/api_test/filebrowser_component/intent-read.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fe08b58dbba422d6bfee2999ca20d7501fd6141e
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/filebrowser_component/intent-read.js
|
| @@ -0,0 +1,11 @@
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +chrome.test.runTests([function tab() {
|
| + var expectedTasks = {'http://webintents.org/view': []};
|
| + var expectations = new TestExpectations(".XUL", expectedTasks);
|
| +
|
| + var testRunner = new TestRunner(expectations);
|
| + testRunner.runTest();
|
| +}]);
|
|
|