diff options
Diffstat (limited to 'testing/web-platform/meta/editing/other/legacy-edit-command.html.ini')
-rw-r--r-- | testing/web-platform/meta/editing/other/legacy-edit-command.html.ini | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/testing/web-platform/meta/editing/other/legacy-edit-command.html.ini b/testing/web-platform/meta/editing/other/legacy-edit-command.html.ini new file mode 100644 index 0000000000..e5883d5bbb --- /dev/null +++ b/testing/web-platform/meta/editing/other/legacy-edit-command.html.ini @@ -0,0 +1,73 @@ +[legacy-edit-command.html?command=contentReadOnly¶m=false] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [execCommand("contentReadOnly", false, "false")] + expected: + if not early_beta_or_earlier: FAIL + + [queryCommandEnabled("contentReadOnly")] + expected: + if not early_beta_or_earlier: FAIL + + [queryCommandSupported("contentReadOnly")] + expected: + if not early_beta_or_earlier: FAIL + + +[legacy-edit-command.html?command=contentReadOnly¶m=true] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [execCommand("contentReadOnly", false, "true")] + expected: + if not early_beta_or_earlier: FAIL + + [queryCommandEnabled("contentReadOnly")] + expected: + if not early_beta_or_earlier: FAIL + + [queryCommandSupported("contentReadOnly")] + expected: + if not early_beta_or_earlier: FAIL + + +[legacy-edit-command.html?command=heading¶m=h1] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[legacy-edit-command.html?command=readonly¶m=false] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[legacy-edit-command.html?command=getHTML] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[legacy-edit-command.html?command=readonly¶m=true] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[legacy-edit-command.html?command=heading¶m=h5] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[legacy-edit-command.html?command=heading¶m=h6] + +[legacy-edit-command.html?command=heading¶m=h3] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[legacy-edit-command.html?command=heading¶m=h2] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[legacy-edit-command.html?command=heading¶m=h4] + +[legacy-edit-command.html?command=decreaseFontSize] + +[legacy-edit-command.html?command=increaseFontSize] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[legacy-edit-command.html?command=insertBrOrReturn¶m=false] + +[legacy-edit-command.html?command=insertBrOrReturn¶m=true] |