Skip to content

Commit 3e8788c

Browse files
committed
Bug 2023978 - update test_partial_input to only pass on linux wayland.
1 parent d8fab3c commit 3e8788c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • testing/web-platform/meta/webdriver/tests/classic/set_window_rect

testing/web-platform/meta/webdriver/tests/classic/set_window_rect/set.py.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,15 @@
2929

3030
[test_partial_input[rect2\]]
3131
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1941404
32+
expected:
33+
if (os == "linux") and (display == "wayland"): PASS
34+
FAIL
3235

3336
[test_partial_input[rect3\]]
3437
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1941404
38+
expected:
39+
if (os == "linux") and (display == "wayland"): PASS
40+
FAIL
3541

3642
[test_partial_input[rect4\]]
3743
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1941404

0 commit comments

Comments
 (0)