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

Unified Diff: LayoutTests/virtual/android/fullscreen/video-webkit-transform-expected.html

Issue 221333002: Fix an issue that webkit-transform might impact fullscreen video (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add layout test result for virtual/android due to the special flag we added earlier Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fullscreen/video-webkit-transform-expected.html ('k') | Source/core/css/fullscreen.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/virtual/android/fullscreen/video-webkit-transform-expected.html
diff --git a/LayoutTests/virtual/android/fullscreen/video-webkit-transform-expected.html b/LayoutTests/virtual/android/fullscreen/video-webkit-transform-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..119d5119c0eba525e7ba6f4beefd6db1d0d8268c
--- /dev/null
+++ b/LayoutTests/virtual/android/fullscreen/video-webkit-transform-expected.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<video id="video" allowfullscreen></video>
+<script>
+ if (window.internals)
+ runPixelTests = true;
+</script>
+<script src="../../../fullscreen/full-screen-test.js"></script>
+<script>
+ var video = document.getElementById('video');
+
+ waitForEvent(document, 'webkitfullscreenchange', function()
+ {
+ endTest();
+ });
+
+ runWithKeyDown(function()
+ {
+ video.webkitRequestFullScreen();
+ });
+</script>
+
« no previous file with comments | « LayoutTests/fullscreen/video-webkit-transform-expected.html ('k') | Source/core/css/fullscreen.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698