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

Unified Diff: third_party/WebKit/LayoutTests/fullscreen/video-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-transform.html
diff --git a/third_party/WebKit/LayoutTests/fullscreen/video-webkit-transform.html b/third_party/WebKit/LayoutTests/fullscreen/video-transform.html
similarity index 86%
rename from third_party/WebKit/LayoutTests/fullscreen/video-webkit-transform.html
rename to third_party/WebKit/LayoutTests/fullscreen/video-transform.html
index 484e783896a00e2200b5874eeb3b90f699fd68d4..6e84b64f6f55646506eab8efd41b803e02bf8abf 100644
--- a/third_party/WebKit/LayoutTests/fullscreen/video-webkit-transform.html
+++ b/third_party/WebKit/LayoutTests/fullscreen/video-transform.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<p>Test that fullscreen video should not be affected by webkit-transform.</p>
+<p>Test that fullscreen video should not be affected by transform.</p>
<video id="video" width="300" style="transform:scale(0.8, 0.8) translate(-200px, -100px);" allowfullscreen></video>
<script>
if (window.internals)

Powered by Google App Engine
This is Rietveld 408576698