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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/semantics/selectors/pseudo-classes/disabled-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
2
3
4
5 This is a testharness.js-based test. 1 This is a testharness.js-based test.
6 FAIL ':disabled' should match only disabled elements assert_array_equals: length s differ, expected 9 got 10 2 FAIL ':disabled' should match only disabled elements assert_array_equals: length s differ, expected 9 got 10
7 FAIL ':disabled' should not match elements whose disabled attribute has been rem oved assert_array_equals: lengths differ, expected 8 got 9 3 FAIL ':disabled' should not match elements whose disabled attribute has been rem oved assert_array_equals: lengths differ, expected 8 got 9
8 FAIL ':disabled' should also match elements whose disabled attribute has been se t assert_array_equals: lengths differ, expected 9 got 10 4 FAIL ':disabled' should also match elements whose disabled attribute has been se t assert_array_equals: lengths differ, expected 9 got 10
9 FAIL ':disabled' should also match disabled elements whose type has changed asse rt_array_equals: lengths differ, expected 9 got 10 5 FAIL ':disabled' should also match disabled elements whose type has changed asse rt_array_equals: lengths differ, expected 9 got 10
10 FAIL ':disabled' should not match elements not in the document assert_array_equa ls: lengths differ, expected 9 got 10 6 FAIL ':disabled' should not match elements not in the document assert_array_equa ls: lengths differ, expected 9 got 10
11 Harness: the test ran to completion. 7 Harness: the test ran to completion.
12 8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698