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

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

Issue 1154773008: testharnessreport: Remove Text children of the body. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update form-validation-reportValidity-expected.txt 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS test if selection text is correct for input 2 PASS test if selection text is correct for input
3 PASS test if selection text is correct for textarea 3 PASS test if selection text is correct for textarea
4 PASS test if non-ascii selection text is correct for input 4 PASS test if non-ascii selection text is correct for input
5 PASS test if non-ascii selection text is correct for textarea 5 PASS test if non-ascii selection text is correct for textarea
6 PASS test SelectionStart offset for input 6 PASS test SelectionStart offset for input
7 FAIL test SelectionStart offset for textarea assert_equals: SelectionStart offse t without selection expected 10 but got 0 7 FAIL test SelectionStart offset for textarea assert_equals: SelectionStart offse t without selection expected 10 but got 0
8 PASS test SelectionEnd offset for input 8 PASS test SelectionEnd offset for input
9 FAIL test SelectionEnd offset for textarea assert_equals: SelectionEnd offset wi thout selection expected 10 but got 0 9 FAIL test SelectionEnd offset for textarea assert_equals: SelectionEnd offset wi thout selection expected 10 but got 0
10 PASS test SelectionDirection for input 10 PASS test SelectionDirection for input
11 PASS test SelectionDirection for textarea 11 PASS test SelectionDirection for textarea
12 Harness: the test ran to completion. 12 Harness: the test ran to completion.
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698