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

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

Issue 2476823002: Increase test coverage for Content:// urls (Closed)
Patch Set: Fixed indent 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
3 <head>
4 <script>
5 onmessage = function(e) {
6 document.title = e.data;
7 }
8 </script>
9 </head>
10
11 <body>
12 <iframe id='iframe_test_id' src="content://org.chromium.chrome.test.TestConten tProvider/simple_iframe.html" >
13 </iframe>
14 </body>
15
16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698