diff options
Diffstat (limited to 'testing/web-platform/meta/input-events/input-events-get-target-ranges-non-collapsed-selection.tentative.html.ini')
-rw-r--r-- | testing/web-platform/meta/input-events/input-events-get-target-ranges-non-collapsed-selection.tentative.html.ini | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/testing/web-platform/meta/input-events/input-events-get-target-ranges-non-collapsed-selection.tentative.html.ini b/testing/web-platform/meta/input-events/input-events-get-target-ranges-non-collapsed-selection.tentative.html.ini new file mode 100644 index 0000000000..ec09d5a014 --- /dev/null +++ b/testing/web-platform/meta/input-events/input-events-get-target-ranges-non-collapsed-selection.tentative.html.ini @@ -0,0 +1,44 @@ +[input-events-get-target-ranges-non-collapsed-selection.tentative.html?Backspace] + max-asserts: 11 + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Backspace at "<p>{abc}<br></p>"] + expected: FAIL + + [Backspace at "<div>abc [<ul><li>\] def </li></ul> ghi</div>" - comparing innerHTML] + expected: FAIL + + [Backspace at "<p>abc[</p><p>}<br></p>"] + expected: FAIL + + +[input-events-get-target-ranges-non-collapsed-selection.tentative.html?Delete] + max-asserts: 11 + min-asserts: 0 + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Delete at "<p>{abc}<br></p>"] + expected: FAIL + + [Delete at "<p>abc[</p><p>}<br></p>" - comparing innerHTML] + expected: FAIL + + [Delete at "<p>abc[</p><p>}<br></p>"] + expected: FAIL + + [Delete at "<div>abc [<ul><li>\] def </li></ul> ghi</div>" - comparing innerHTML] + expected: FAIL + + +[input-events-get-target-ranges-non-collapsed-selection.tentative.html?TypingA] + max-asserts: 11 + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [TypingA at "<p>{abc}<br></p>"] + expected: FAIL + + [TypingA at "<div>abc [<ul><li>\] def </li></ul> ghi</div>" - comparing innerHTML] + expected: FAIL + + [TypingA at "<p>abc[</p><p>}<br></p>"] + expected: FAIL |