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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/semantics/selectors/pseudo-classes/inrange-outofrange-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 This is a testharness.js-based test. 1 This is a testharness.js-based test.
3 FAIL ':in-range' matches all elements that are candidates for constraint validat ion, have range limitations, and that are neither suffering from an underflow no r suffering from an overflow assert_array_equals: lengths differ, expected 1 got 2 2 FAIL ':in-range' matches all elements that are candidates for constraint validat ion, have range limitations, and that are neither suffering from an underflow no r suffering from an overflow assert_array_equals: lengths differ, expected 1 got 2
4 PASS ':out-of-range' matches all elements that are candidates for constraint val idation, have range limitations, and that are either suffering from an underflow or suffering from an overflow 3 PASS ':out-of-range' matches all elements that are candidates for constraint val idation, have range limitations, and that are either suffering from an underflow or suffering from an overflow
5 FAIL ':in-range' update number1's value < min assert_array_equals: lengths diffe r, expected 0 got 1 4 FAIL ':in-range' update number1's value < min assert_array_equals: lengths diffe r, expected 0 got 1
6 PASS ':out-of-range' update number1's value < min 5 PASS ':out-of-range' update number1's value < min
7 FAIL ':in-range' update number3's min < value assert_array_equals: lengths diffe r, expected 1 got 2 6 FAIL ':in-range' update number3's min < value assert_array_equals: lengths diffe r, expected 1 got 2
8 PASS ':out-of-range' update number3's min < value 7 PASS ':out-of-range' update number3's min < value
9 Harness: the test ran to completion. 8 Harness: the test ran to completion.
10 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698