Bug 1845646 - Drop PASS or FAIL annotations from the tests which had been affected by bug 1845646. r=botond

Differential Revision: https://phabricator.services.mozilla.com/D201923
This commit is contained in:
Hiroyuki Ikezoe 2024-02-26 05:23:16 +00:00
parent 87473ad773
commit 53c128e0b2
2 changed files with 0 additions and 10 deletions

View File

@ -1,4 +0,0 @@
[scroll-behavior-main-frame-root.html]
[Main frame with smooth scroll-behavior ; scroll() with auto behavior]
expected:
if not fission and (os == "linux") and debug and not swgl: [PASS, FAIL]

View File

@ -3,22 +3,16 @@
disabled:
if debug and (os == "linux") and (processor == "x86"): wpt-sync Bug 1461151
expected:
if (os == "win") and debug and not swgl: [PASS, FAIL]
if (os == "linux") and swgl: [PASS, FAIL]
if os == "android": FAIL
[Smooth scrollIntoView should scroll the element to the 'center' position]
expected:
if (os == "win") and debug and not swgl: [PASS, FAIL]
if os == "android": FAIL
[Smooth scrollIntoView should scroll the element to the 'nearest' position]
expected:
if (os == "linux") and not fission and debug and swgl: [PASS, FAIL]
if (os == "linux") and not fission and not debug: [PASS, FAIL]
if os == "android": FAIL
[Smooth scrollIntoView should scroll the element to the 'start' position]
expected:
if (os == "linux") and debug and not fission: [PASS, FAIL]
if os == "android": FAIL