Bug 1794097 - Drop scroll-behavior-main-frame-root.html.ini. r=dlrobertson

Differential Revision: https://phabricator.services.mozilla.com/D188162
This commit is contained in:
Hiroyuki Ikezoe 2023-09-25 07:05:29 +00:00
parent 3758451878
commit ecec2b59ac

View File

@ -1,28 +0,0 @@
[scroll-behavior-main-frame-root.html]
[Main frame with auto scroll-behavior ; scroll() with smooth behavior]
expected:
if (os == "linux") and fission and debug and not swgl: [FAIL, PASS]
if (os == "win") and not debug and (processor == "x86"): [FAIL, PASS]
if (os == "mac") and debug: [FAIL, PASS]
[PASS, FAIL]
[Main frame with auto scroll-behavior ; scrollBy() with smooth behavior]
expected:
if swgl and not fission: [PASS, FAIL]
[Main frame with auto scroll-behavior ; scrollTo() with smooth behavior]
expected:
if debug and fission: [PASS, FAIL]
[Aborting an ongoing smooth scrolling on the main frame with another smooth scrolling]
expected:
if debug and fission: [PASS, FAIL]
[Main frame with smooth scroll-behavior ; scrollBy() with smooth behavior]
expected:
if (os == "linux") and not fission and debug and not swgl: [PASS, FAIL]
[Main frame with smooth scroll-behavior ; scroll() with default behavior]
expected:
if (os == "linux") and not fission and not swgl and debug: [PASS, FAIL]
if (os == "linux") and not fission and swgl: [PASS, FAIL]