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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/post_message/embedder.html

Issue 972313002: Make <webview> use out-of-process iframe architecture. (Closed) Base URL: ssh://saopaulo.wat/mnt/dev/shared/src@testoopif2z-better-chrome
Patch Set: add basic postMessage test Created 5 years, 7 months 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: chrome/test/data/extensions/platform_apps/web_view/post_message/embedder.html
diff --git a/chrome/test/data/extensions/platform_apps/web_view/context_menus/coordinates/embedder.html b/chrome/test/data/extensions/platform_apps/web_view/post_message/embedder.html
similarity index 94%
copy from chrome/test/data/extensions/platform_apps/web_view/context_menus/coordinates/embedder.html
copy to chrome/test/data/extensions/platform_apps/web_view/post_message/embedder.html
index f66916634ed88d375315647e1743a0701f03702d..9fbd750e34ca7364e323261a22a42e2a5d4f08cd 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/context_menus/coordinates/embedder.html
+++ b/chrome/test/data/extensions/platform_apps/web_view/post_message/embedder.html
@@ -4,6 +4,8 @@
* LICENSE file.
-->
<html>
+<head>
+</head>
<body>
<div id="webview-tag-container"></div>
<script src="embedder.js"></script>

Powered by Google App Engine
This is Rietveld 408576698