Index: third_party/WebKit/LayoutTests/fullscreen/full-screen-filter.html |
diff --git a/third_party/WebKit/LayoutTests/fullscreen/full-screen-filter.html b/third_party/WebKit/LayoutTests/fullscreen/full-screen-filter.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..083977abc6427127eb1c1063c58144777ca1593b |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fullscreen/full-screen-filter.html |
@@ -0,0 +1,7 @@ |
+<!DOCTYPE html> |
+<script src="full-screen-test.js"></script> |
+<div id="div" style="background-color: green; width: 100px; height: 100px; -webkit-filter: grayscale();"> |
+<script> |
+ waitForEventAndEnd(div, "webkitfullscreenchange"); |
+ runWithKeyDown(function() { div.webkitRequestFullscreen() }); |
+</script> |