Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Unified Diff: content/test/data/manifest/parsing-errors.html

Issue 748373003: Report errors when parsing Manifest and expose them in developer console. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « content/renderer/manifest/manifest_parser_unittest.cc ('k') | content/test/data/manifest/parsing-errors-manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698