| Index: third_party/WebKit/LayoutTests/fast/repaint/video-mute-repaint.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/video-mute-repaint.html b/third_party/WebKit/LayoutTests/fast/repaint/video-mute-repaint.html
|
| deleted file mode 100644
|
| index 94e8f73a9ca0ce5b701bc974ee2884234fea62ef..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/video-mute-repaint.html
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<title>Test for crbug.com/190880</title>
|
| -<script src="resources/text-based-repaint.js"></script>
|
| -<style>
|
| - video { width: 700px; }
|
| -</style>
|
| -
|
| -<video id="v" controls autoload src="../../media/content/test.ogv">
|
| -</video>
|
| -
|
| -<script>
|
| - window.testIsAsync = true;
|
| -
|
| - var video = document.getElementById("v");
|
| - video.addEventListener("canplaythrough", runRepaintTest, true);
|
| -
|
| - function repaintTest() {
|
| - video.volume = 0;
|
| - finishRepaintTest();
|
| - }
|
| -</script>
|
|
|