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

Side by Side Diff: third_party/WebKit/LayoutTests/fullscreen/full-screen-stacking-context-expected.html

Issue 2202493002: NOT FOR REVIEW: Fullscreen WIP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <video></video> 2 <body style="background: black"></body>
3 <script>
4 var runPixelTests = true;
5 </script>
6 <script src="full-screen-test.js"></script>
7 <script>
8 document.onwebkitfullscreenchange = endTest;
9 runWithKeyDown(function() {
10 document.querySelector("video").webkitRequestFullScreen();
11 });
12 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698