Index: LayoutTests/imported/web-platform-tests/html/semantics/forms/textfieldselection/selection-expected.txt |
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/forms/textfieldselection/selection-expected.txt b/LayoutTests/imported/web-platform-tests/html/semantics/forms/textfieldselection/selection-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e9eba6686be5b7ca7b9c100bd17deba428b8a748 |
--- /dev/null |
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/forms/textfieldselection/selection-expected.txt |
@@ -0,0 +1,13 @@ |
+ This is a testharness.js-based test. |
+PASS test if selection text is correct for input |
+PASS test if selection text is correct for textarea |
+PASS test if non-ascii selection text is correct for input |
+PASS test if non-ascii selection text is correct for textarea |
+PASS test SelectionStart offset for input |
+FAIL test SelectionStart offset for textarea assert_equals: SelectionStart offset without selection expected 10 but got 0 |
+PASS test SelectionEnd offset for input |
+FAIL test SelectionEnd offset for textarea assert_equals: SelectionEnd offset without selection expected 10 but got 0 |
+PASS test SelectionDirection for input |
+PASS test SelectionDirection for textarea |
+Harness: the test ran to completion. |
+ |