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

Unified Diff: third_party/WebKit/LayoutTests/harness-tests/resources/mojo-helpers-inner.html

Issue 1707233003: Expose mojo bindings to subframes in layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@layout-test-mojom
Patch Set: Created 4 years, 10 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: third_party/WebKit/LayoutTests/harness-tests/resources/mojo-helpers-inner.html
diff --git a/third_party/WebKit/LayoutTests/harness-tests/resources/mojo-helpers-inner.html b/third_party/WebKit/LayoutTests/harness-tests/resources/mojo-helpers-inner.html
new file mode 100644
index 0000000000000000000000000000000000000000..22725a25e692aba8eb5615314441f72bc2390656
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/harness-tests/resources/mojo-helpers-inner.html
@@ -0,0 +1,3 @@
+<script>
+window.parent.postMessage(!!window.mojo, '*');
+</script>

Powered by Google App Engine
This is Rietveld 408576698