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

Unified Diff: third_party/WebKit/LayoutTests/fullscreen/full-screen-filter.html

Issue 1366563004: Add a new fullscreen test w/filters. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change <video> to <div> Created 5 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698