Skip to content

Commit

Permalink
Bug 1551446 [wpt PR 16785] - Revert "[EventTiming] Fix programmatic c…
Browse files Browse the repository at this point in the history
…lick test", a=testonly

Automatic update from web-platform-tests
Revert "[EventTiming] Fix programmatic click test"

This reverts commit 3bd9684c7217ec6229e50ff21c4f905855d7c133.

Reason for revert: the test
is still flaky https://ci.chromium.org/p/chromium/builders/ci/Mac10.13%20Tests/13241

Original change's description:
> [EventTiming] Fix programmatic click test
>
> Commits aee8357d3fcb0967069d7f72e2f7fab019d61c4e and
> faed29aa6dc92cbae6e313b401d23df99e973bc1 landed almost at the same time,
> so we accidentally landed a test with the wrong script src for the
> helper functions.
>
> Bug: 961547
> Change-Id: Id8a615477a54e56139d9d90fc4feb5f780b729a2
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1606225
> Reviewed-by: Liquan (Max) Gu <maxlg@chromium.org>
> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#658761}

TBR=npm@chromium.org,maxlg@chromium.org

Change-Id: I5612c80e93779288839660d8336e6b7ca741732b
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 961547
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1606823
Reviewed-by: Alexei Filippov <alph@chromium.org>
Commit-Queue: Alexei Filippov <alph@chromium.org>
Cr-Commit-Position: refs/heads/master@{#658834}

--

wpt-commits: 25b13f1d992e9a3f429810c7c155b13443872e2c
wpt-pr: 16785
  • Loading branch information
a1ph authored and jgraham committed Jun 5, 2019
1 parent 0faecf1 commit f655fa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src=/resources/testdriver.js></script>
<script src=/resources/testdriver-vendor.js></script>

<script src=resources/event-timing-test-utils.js></script>
<script src=resources/event-timing-support.js></script>
<script>
let delayCalled = false;
let beforeClick;
Expand Down

0 comments on commit f655fa8

Please sign in to comment.