| Index: chrome/test/data/extensions/content_capabilities/foo.example.com.html
|
| diff --git a/chrome/test/data/extensions/content_capabilities/foo.example.com.html b/chrome/test/data/extensions/content_capabilities/foo.example.com.html
|
| index d4fde4ef8896c5aa5a237f525ad40101ff32339f..0dd1e424b4b16590ba40337d42577b3391ccd50c 100644
|
| --- a/chrome/test/data/extensions/content_capabilities/foo.example.com.html
|
| +++ b/chrome/test/data/extensions/content_capabilities/foo.example.com.html
|
| @@ -3,4 +3,10 @@ Copyright 2014 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.
|
| -->
|
| +<!doctype html>
|
| +<html>
|
| +<body>
|
| +<iframe src="about:blank"></iframe>
|
| <script src="capability_tests.js"></script>
|
| +</body>
|
| +</html>
|
|
|