Index: third_party/WebKit/LayoutTests/media/media-constants.html |
diff --git a/third_party/WebKit/LayoutTests/media/media-constants.html b/third_party/WebKit/LayoutTests/media/media-constants.html |
index b4ad1a6fd5f573b81a24efe60de086e0472ef013..8b27bb5ea925bd710d49d3b23f5004e529e5146e 100644 |
--- a/third_party/WebKit/LayoutTests/media/media-constants.html |
+++ b/third_party/WebKit/LayoutTests/media/media-constants.html |
@@ -1,9 +1,11 @@ |
<!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 type="text/javascript"> |
- function doTest () |
+ function doTest () |
{ |
testExpected("HTMLMediaElement.NETWORK_EMPTY", 0); |
testExpected("HTMLMediaElement.NETWORK_IDLE", 1); |