| Index: content/test/data/manifest/parse-error-manifest.html
|
| diff --git a/chrome/test/data/extensions/platform_apps/prevent_leave_fullscreen/main.html b/content/test/data/manifest/parse-error-manifest.html
|
| similarity index 52%
|
| copy from chrome/test/data/extensions/platform_apps/prevent_leave_fullscreen/main.html
|
| copy to content/test/data/manifest/parse-error-manifest.html
|
| index 831d97e24de6cb43730d9599d9c3fb347a3cd00c..84115dbbf6c57bc708ac8d0705f56219f0c09788 100644
|
| --- a/chrome/test/data/extensions/platform_apps/prevent_leave_fullscreen/main.html
|
| +++ b/content/test/data/manifest/parse-error-manifest.html
|
| @@ -1,9 +1,8 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| - <title>fullscreen</title>
|
| + <link rel=manifest href='parse-error-manifest.json'>
|
| </head>
|
| <body>
|
| - foobar
|
| </body>
|
| </html>
|
|
|