diff options
Diffstat (limited to 'testing/web-platform/meta/css/cssom-view/scroll-behavior-main-frame-root.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/cssom-view/scroll-behavior-main-frame-root.html.ini | 26 |
1 files changed, 26 insertions, 0 deletions
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 new file mode 100644 index 0000000000..14080dec2a --- /dev/null +++ b/testing/web-platform/meta/css/cssom-view/scroll-behavior-main-frame-root.html.ini @@ -0,0 +1,26 @@ +[scroll-behavior-main-frame-root.html] + [Main frame with auto scroll-behavior ; scroll() with smooth behavior] + expected: + if (os == "win") and not debug and (processor == "x86"): [FAIL, PASS] + if (os == "win") and not debug and (processor == "x86_64"): [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 debug and not fission and not swgl: [PASS, FAIL] + + [Main frame with smooth scroll-behavior ; scroll() with default behavior] + expected: + if (os == "linux") and debug and not fission and not swgl: [PASS, FAIL] |