Index: third_party/WebKit/LayoutTests/media/video-playing-and-pause.html |
diff --git a/third_party/WebKit/LayoutTests/media/video-playing-and-pause.html b/third_party/WebKit/LayoutTests/media/video-playing-and-pause.html |
index d19c904d39d86d561cb8beb68690e53f00e76a3c..9d147fac3cdb2c2bf482ee879a5e84001aaab035 100644 |
--- a/third_party/WebKit/LayoutTests/media/video-playing-and-pause.html |
+++ b/third_party/WebKit/LayoutTests/media/video-playing-and-pause.html |
@@ -1,8 +1,7 @@ |
<!DOCTYPE HTML> |
<html> |
<body> |
- <video id="testVideo" controls></video> |
- <div id="log"></div> |
+ <video id="testVideo"></video> |
<p>Test that pausing the media element in "playing" event handler pauses the media element.</p> |
<script src="./w3c-media-utils.js"></script> |
<script src="../resources/testharness.js"></script> |