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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/pseudo-in-range-invalid-value-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 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
OLDNEW
1 CONSOLE WARNING: line 5: The specified value "ABC" is not a valid number. The va lue must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][ -+]?\d+)? 1 CONSOLE WARNING: line 5: The specified value "ABC" is not a valid number. The va lue must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][ -+]?\d+)?
2 Tests that invalid values are considered in-range. 2 Tests that invalid values are considered in-range.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 PASS document.querySelector("input[type=number]:in-range").id is "number1" 7 PASS document.querySelector("input[type=number]:in-range").id is "number1"
8 PASS document.querySelector("input[type=range]:in-range").id is "range1" 8 PASS document.querySelector("input[type=range]:in-range").id is "range1"
9 PASS document.querySelectorAll(":in-range").length is 2 9 PASS document.querySelectorAll(":in-range").length is 2
10 PASS successfullyParsed is true 10 PASS successfullyParsed is true
11 11
12 TEST COMPLETE 12 TEST COMPLETE
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698