| 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)
|
|
|