| Index: chrome/test/data/extensions/api_test/decode_jpeg/background.html
|
| ===================================================================
|
| --- chrome/test/data/extensions/api_test/decode_jpeg/background.html (revision 111763)
|
| +++ chrome/test/data/extensions/api_test/decode_jpeg/background.html (working copy)
|
| @@ -1,7 +1,7 @@
|
| +<!--
|
| + * Copyright (c) 2011 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.
|
| +-->
|
| <script src="testdata.js"></script>
|
| -<script>
|
| - bitmapArray = chrome.chromePrivate.decodeJPEG(jpegImageArray);
|
| - chrome.test.assertEq(bitmapArray.length, referenceBitmapArray.length);
|
| - chrome.test.assertEq(bitmapArray, referenceBitmapArray);
|
| - chrome.test.succeed();
|
| -</script>
|
| +<script src="background.js"></script>
|
|
|