Skip to content

Commit

Permalink
[wpt] Fix actionsWithKeyPressed.html.ini
Browse files Browse the repository at this point in the history
actionsWithKeyPressed.html test does not work on both Firefox and
Safari, so I change actionsWithKeyPressed.html.ini to skip both
browsers.

Bug: chromedriver:1897
Change-Id: I86fb1507cf86f2fe209414615b8ea73834456202
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1529624
Reviewed-by: Navid Zolghadr <nzolghadr@chromium.org>
Commit-Queue: Lan Wei <lanwei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#642112}
  • Loading branch information
LanWei22 authored and Commit Bot committed Mar 19, 2019
1 parent 3dab6e4 commit 73fa2b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[actionsWithKeyPressed.html]
expected:
if product == "safari": ERROR
if product == "safari" or product == "firefox": ERROR

0 comments on commit 73fa2b3

Please sign in to comment.