Chromium Code Reviews| Index: content/test/data/manifest/parsing-errors.html |
| diff --git a/chrome/test/data/extensions/platform_apps/leave_fullscreen/main.html b/content/test/data/manifest/parsing-errors.html |
| similarity index 51% |
| copy from chrome/test/data/extensions/platform_apps/leave_fullscreen/main.html |
| copy to content/test/data/manifest/parsing-errors.html |
| index 831d97e24de6cb43730d9599d9c3fb347a3cd00c..95719ee0eeaab67677836b983c1f76bfaf71f43a 100644 |
| --- a/chrome/test/data/extensions/platform_apps/leave_fullscreen/main.html |
| +++ b/content/test/data/manifest/parsing-errors.html |
| @@ -1,9 +1,8 @@ |
| <!DOCTYPE html> |
| <html> |
| <head> |
| - <title>fullscreen</title> |
| + <link rel=manifest href='parsing-errors-manifest.json'> |
|
Peter Beverloo
2014/11/27 13:55:15
Going for the icky HTML I see :-).
|
| </head> |
| <body> |
| - foobar |
| </body> |
| </html> |