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

Unified Diff: third_party/WebKit/LayoutTests/fullscreen/video-webkit-transform.html

Issue 2523143002: Layout tests: remove webkit prefix from test names (Closed)
Patch Set: Created 4 years, 1 month 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: third_party/WebKit/LayoutTests/fullscreen/video-webkit-transform.html
diff --git a/third_party/WebKit/LayoutTests/fullscreen/video-webkit-transform.html b/third_party/WebKit/LayoutTests/fullscreen/video-webkit-transform.html
deleted file mode 100644
index 484e783896a00e2200b5874eeb3b90f699fd68d4..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fullscreen/video-webkit-transform.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<p>Test that fullscreen video should not be affected by webkit-transform.</p>
-<video id="video" width="300" style="transform:scale(0.8, 0.8) translate(-200px, -100px);" allowfullscreen></video>
-<script>
- if (window.internals)
- runPixelTests = true;
-</script>
-<script src="full-screen-test.js"></script>
-<script>
- var video = document.getElementById('video');
-
- waitForEvent(document, 'webkitfullscreenchange', function()
- {
- endTest();
- });
-
- runWithKeyDown(function()
- {
- video.webkitRequestFullScreen();
- });
-</script>
-

Powered by Google App Engine
This is Rietveld 408576698