Bug 1716439 - Set selection/textcontrols/selectionchange.tentative.html as passing on Windows opt

Latest synchronization of web-platform-tests with upstream repository had set it
as failing on Windows opt (and intermittent on some other platforms).
This commit is contained in:
Sebastian Hengst 2021-06-15 11:19:52 +02:00
Родитель d0fd4c9cbc
Коммит 121016e63e
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -4,7 +4,6 @@
if not debug and (os == "linux") and not webrender and not fission: ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender and fission: ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender and not fission: ["PASS", "FAIL"]
if not debug and (os == "win"): FAIL
if not debug and (os == "android"): ["PASS", "FAIL"]
[Calling setRangeText() on empty the textarea element]
@ -12,6 +11,5 @@
if not debug and (os == "linux") and webrender and fission: ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender and not fission: ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and not fission: ["PASS", "FAIL"]
if not debug and (os == "win"): FAIL
if not debug and (os == "android"): ["PASS", "FAIL"]