Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/media/media-can-play-type.html

Issue 1715303002: Add TODOs to convert from video-test.js to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add bug ref Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/media/media-can-play-type.html
diff --git a/third_party/WebKit/LayoutTests/media/media-can-play-type.html b/third_party/WebKit/LayoutTests/media/media-can-play-type.html
index 9d1fdf0f3153f9fa032b3321a854d67a40c898ad..f71697ca41f1e049a2ae0eb7d6268e6d14b0f99f 100644
--- a/third_party/WebKit/LayoutTests/media/media-can-play-type.html
+++ b/third_party/WebKit/LayoutTests/media/media-can-play-type.html
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
<head>
+ <!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956
+ (Please avoid writing new tests using video-test.js) -->
<script src="video-test.js"></script>
<script>
function start() {

Powered by Google App Engine