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

Unified Diff: third_party/WebKit/LayoutTests/media/audio-controls-computed-display.html

Issue 2268373002: clean up media tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months 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/media/audio-controls-computed-display.html
diff --git a/third_party/WebKit/LayoutTests/media/audio-controls-computed-display.html b/third_party/WebKit/LayoutTests/media/audio-controls-computed-display.html
index b83aa365c491dd7df418814078a3399e606aac71..3c4c48693f916506409f6ecc629a33d544d5318f 100644
--- a/third_party/WebKit/LayoutTests/media/audio-controls-computed-display.html
+++ b/third_party/WebKit/LayoutTests/media/audio-controls-computed-display.html
@@ -7,7 +7,7 @@ audio {
display: inline !important;
}
</style>
-<div id="log"></div>
+<body>
<script>
test(function() {
var audio = document.createElement('audio');

Powered by Google App Engine
This is Rietveld 408576698