Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/textfieldselection/selection-expected.txt

Issue 1144143009: W3C Test: Import web-platform-tests/html/semantics (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
+

Powered by Google App Engine
This is Rietveld 408576698