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

Side by Side Diff: chrome/test/data/android/simple_iframe.html

Issue 2476823002: Increase test coverage for Content:// urls (Closed)
Patch Set: move the common code to a separate method Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <body>
3 Hello, this is iframe
4 <script>
5 parent.postMessage('iframe loaded', '*');
6 </script>
7 </body>
8 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698