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

Unified Diff: LayoutTests/fullscreen/full-screen-stacking-context-expected.html

Issue 457663002: Convert more fullscreen tests to reftests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address feedback Created 6 years, 4 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
Index: LayoutTests/fullscreen/full-screen-stacking-context-expected.html
diff --git a/LayoutTests/fullscreen/full-screen-stacking-context-expected.html b/LayoutTests/fullscreen/full-screen-stacking-context-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..98a5e31ad17a27b3e3fa01c0c8979a3b2376a036
--- /dev/null
+++ b/LayoutTests/fullscreen/full-screen-stacking-context-expected.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<video></video>
+<script>
+ var runPixelTests = true;
+</script>
+<script src="full-screen-test.js"></script>
+<script>
+ document.onwebkitfullscreenchange = endTest;
+ runWithKeyDown(function() {
+ document.querySelector("video").webkitRequestFullScreen();
+ });
+</script>

Powered by Google App Engine
This is Rietveld 408576698