From ecec2b59ac0680ae615551a4eec19659f0cd1bb4 Mon Sep 17 00:00:00 2001 From: Hiroyuki Ikezoe Date: Mon, 25 Sep 2023 07:05:29 +0000 Subject: [PATCH] Bug 1794097 - Drop scroll-behavior-main-frame-root.html.ini. r=dlrobertson Differential Revision: https://phabricator.services.mozilla.com/D188162 --- .../scroll-behavior-main-frame-root.html.ini | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 testing/web-platform/meta/css/cssom-view/scroll-behavior-main-frame-root.html.ini diff --git a/testing/web-platform/meta/css/cssom-view/scroll-behavior-main-frame-root.html.ini b/testing/web-platform/meta/css/cssom-view/scroll-behavior-main-frame-root.html.ini deleted file mode 100644 index f45b3b8ee1d4..000000000000 --- a/testing/web-platform/meta/css/cssom-view/scroll-behavior-main-frame-root.html.ini +++ /dev/null @@ -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]