| 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,
|
|
|