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

Unified Diff: third_party/WebKit/LayoutTests/virtual/android/fullscreen/video-webkit-transform-expected.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
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/android/fullscreen/video-transform-expected.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/virtual/android/fullscreen/video-webkit-transform-expected.html
diff --git a/third_party/WebKit/LayoutTests/virtual/android/fullscreen/video-webkit-transform-expected.html b/third_party/WebKit/LayoutTests/virtual/android/fullscreen/video-webkit-transform-expected.html
deleted file mode 100644
index 119d5119c0eba525e7ba6f4beefd6db1d0d8268c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/virtual/android/fullscreen/video-webkit-transform-expected.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<video id="video" allowfullscreen></video>
-<script>
- if (window.internals)
- runPixelTests = true;
-</script>
-<script src="../../../fullscreen/full-screen-test.js"></script>
-<script>
- var video = document.getElementById('video');
-
- waitForEvent(document, 'webkitfullscreenchange', function()
- {
- endTest();
- });
-
- runWithKeyDown(function()
- {
- video.webkitRequestFullScreen();
- });
-</script>
-
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/android/fullscreen/video-transform-expected.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698