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

Side by Side Diff: test/data/webrtc/manual/peerconnection-iframe.html

Issue 12824011: Updated Chrome Test pages (Closed) Base URL: https://src.chromium.org/svn/trunk/src/chrome/test/data/webrtc/
Patch Set: Created 7 years, 8 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>WebRTC IFRAME PeerConnection Manual Test</title> 4 <title>WebRTC IFRAME PeerConnection Manual Test</title>
5 <meta http-equiv="X-UA-Compatible" content="chrome=1"/>
5 <meta charset="utf-8"> 6 <meta charset="utf-8">
6 </head> 7 </head>
7 <body> 8 <body>
8 <iframe width="100%" height="100%" src="peerconnection.html"></iframe> 9 <iframe width="100%" height="100%" src="peerconnection.html"></iframe>
9 </body> 10 </body>
10 </html> 11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698