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

Side by Side Diff: LayoutTests/fullscreen/resources/full-screen-iframe-allowed-nested1.html

Issue 336313015: Remove the webkitallowfullscreen content attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
1 iframe1 1 iframe1
2 <iframe allowfullscreen src="full-screen-iframe-with-mixed-allow-webkitallow-ifr ame2.html"> 2 <iframe allowfullscreen src="full-screen-iframe-allowed-nested2.html">
3 </iframe> 3 </iframe>
4 <script> 4 <script>
5 window.onmessage = function (messageEvent) { 5 window.onmessage = function (messageEvent) {
6 parent.postMessage(messageEvent.data, "*"); 6 parent.postMessage(messageEvent.data, "*");
7 } 7 }
8 </script> 8 </script>
9 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698