diff options
Diffstat (limited to 'testing/web-platform/meta/html/canvas/element/scroll')
4 files changed, 20 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/canvas/element/scroll/2d.scrollPathIntoView.basic.html.ini b/testing/web-platform/meta/html/canvas/element/scroll/2d.scrollPathIntoView.basic.html.ini new file mode 100644 index 0000000000..3293b746a9 --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/scroll/2d.scrollPathIntoView.basic.html.ini @@ -0,0 +1,5 @@ +[2d.scrollPathIntoView.basic.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [scrollPathIntoView() works] + expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/element/scroll/2d.scrollPathIntoView.path.html.ini b/testing/web-platform/meta/html/canvas/element/scroll/2d.scrollPathIntoView.path.html.ini new file mode 100644 index 0000000000..9e15ab98ea --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/scroll/2d.scrollPathIntoView.path.html.ini @@ -0,0 +1,5 @@ +[2d.scrollPathIntoView.path.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [scrollPathIntoView() with path argument works] + expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/element/scroll/2d.scrollPathIntoView.verticalLR.html.ini b/testing/web-platform/meta/html/canvas/element/scroll/2d.scrollPathIntoView.verticalLR.html.ini new file mode 100644 index 0000000000..a5a87f0b3f --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/scroll/2d.scrollPathIntoView.verticalLR.html.ini @@ -0,0 +1,5 @@ +[2d.scrollPathIntoView.verticalLR.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [scrollPathIntoView() works in vertical-lr writing mode] + expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/element/scroll/2d.scrollPathIntoView.verticalRL.html.ini b/testing/web-platform/meta/html/canvas/element/scroll/2d.scrollPathIntoView.verticalRL.html.ini new file mode 100644 index 0000000000..79d207428c --- /dev/null +++ b/testing/web-platform/meta/html/canvas/element/scroll/2d.scrollPathIntoView.verticalRL.html.ini @@ -0,0 +1,5 @@ +[2d.scrollPathIntoView.verticalRL.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [scrollPathIntoView() works in vertical-rl writing mode] + expected: FAIL |