| Index: content/browser/resources/net/network_errors_listing.css
|
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/shim/appwindow.html b/content/browser/resources/net/network_errors_listing.css
|
| similarity index 60%
|
| copy from chrome/test/data/extensions/platform_apps/web_view/shim/appwindow.html
|
| copy to content/browser/resources/net/network_errors_listing.css
|
| index 744b5755332e9d3a4d94ea5e991e3fe607f97a86..c058c863f566582fe46fad001779fc0714c2f362 100644
|
| --- a/chrome/test/data/extensions/platform_apps/web_view/shim/appwindow.html
|
| +++ b/content/browser/resources/net/network_errors_listing.css
|
| @@ -1,10 +1,12 @@
|
| -<!--
|
| +/*
|
| * Copyright 2015 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.
|
| --->
|
| -<html>
|
| -<body>
|
| - <webview></webview>
|
| -</body>
|
| -</html>
|
| + */
|
| +
|
| +body {
|
| + font-family: Arial, sans-serif;
|
| + font-size: 12px;
|
| + margin: 10px;
|
| + padding-bottom: 65px;
|
| +}
|
|
|