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

Unified Diff: third_party/WebKit/LayoutTests/media/remoteplayback/prompt-twice-throws.html

Issue 2677563003: Remote Playback API: move tests that can be moved to WPT. (Closed)
Patch Set: rebase Created 3 years, 10 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/prompt-twice-throws.html
diff --git a/third_party/WebKit/LayoutTests/media/remoteplayback/prompt-twice-throws.html b/third_party/WebKit/LayoutTests/media/remoteplayback/prompt-twice-throws.html
index bacf9a0431ca16f80f8de4f1f03b9ec1b33edcc7..1f678dec24fd5bf9a408a81d18e9cf58f561c52e 100644
--- a/third_party/WebKit/LayoutTests/media/remoteplayback/prompt-twice-throws.html
+++ b/third_party/WebKit/LayoutTests/media/remoteplayback/prompt-twice-throws.html
@@ -9,6 +9,11 @@
<body>
<button id="button">Click me</button>
<script>
+ // WPT: this test can't be moved to WPT because of its usage of:
+ // - user gesture;
+ // - internals.mediaPlayerRemoteRouteAvailabilityChanged
+
+
function clickOnElem(e) {
eventSender.mouseMoveTo(
e.offsetLeft + e.offsetWidth / 2,

Powered by Google App Engine
This is Rietveld 408576698