Skip to content

Commit

Permalink
Bug 1611178 [wpt PR 21377] - Update wpt metadata, a=testonly
Browse files Browse the repository at this point in the history
wpt-pr: 21377
wpt-type: metadata
  • Loading branch information
moz-wptsync-bot committed Jan 27, 2020
1 parent a591b9b commit b5e6e47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Event-dispatch-redispatch.html]
[Redispatching mouseup event whose default action dispatches a click event]
expected:
if (os == "win"): FAIL # Oddly, only when running on server
if (os == 'linux' and os_version == '18.04'): FAIL # bug 1600736, bug 1601176
if os == "win": FAIL
if (os == "linux") and (os_version == "18.04"): PASS

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[destination.html]
[\n AudioDestinationNode\n ]
expected:
if os == "android": PASS
FAIL

0 comments on commit b5e6e47

Please sign in to comment.