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

Unified Diff: third_party/WebKit/LayoutTests/media/remoteplayback/watch-availability-throws-low-end-device.html

Issue 2677563003: Remote Playback API: move tests that can be moved to WPT. (Closed)
Patch Set: Created 3 years, 11 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/remoteplayback/watch-availability-throws-low-end-device.html
diff --git a/third_party/WebKit/LayoutTests/media/remoteplayback/watch-availability-throws-low-end-device.html b/third_party/WebKit/LayoutTests/media/remoteplayback/watch-availability-throws-low-end-device.html
index b0dbb26a260c1b1a2c61834ef5f2a416a8660c27..6bed766a7d5658120899154d033090c9f263c479 100644
--- a/third_party/WebKit/LayoutTests/media/remoteplayback/watch-availability-throws-low-end-device.html
+++ b/third_party/WebKit/LayoutTests/media/remoteplayback/watch-availability-throws-low-end-device.html
@@ -8,6 +8,8 @@
</head>
<body>
<script>
+ // WPT: thistest can't be moved to WPT because of its usage of:
+ // - internals.setIsLowEndDevice()
async_test(function(t)
{
var v = document.createElement('video');

Powered by Google App Engine
This is Rietveld 408576698