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; |
falken
2014/08/11 02:34:05
I'm not positive, but it might be possible to remo
philipj_slow
2014/08/11 11:22:08
Unfortunately it isn't, calling testRunner.dumpAsT
falken
2014/08/12 00:18:00
Ah, this is because not all users of full-screen-t
philipj_slow
2014/08/12 06:41:20
No, that can't be removed just yet. However, after
|
+</script> |
+<script src="full-screen-test.js"></script> |
+<script> |
+ document.onwebkitfullscreenchange = endTest; |
+ runWithKeyDown(function() { |
+ document.querySelector("video").webkitRequestFullScreen(); |
+ }); |
+</script> |