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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/selectors/pseudo-classes/inrange-outofrange-expected.txt

Issue 2033323002: :in-range and :out-of-range CSS selectors should check 'have range limitations.' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/forms/InputType.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 CONSOLE WARNING: line 59: The specified value "0" is not a valid email address.
2 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 10 go t 16
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
5 FAIL ':in-range' update number1's value < min assert_array_equals: lengths diffe r, expected 9 got 15
6 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 10 got 16
8 PASS ':out-of-range' update number3's min < value
9 Harness: the test ran to completion.
10
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/forms/InputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698