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

Side by Side Diff: LayoutTests/fast/forms/input-pattern-expected.txt

Issue 98383004: Remove TreatNullAs=NullString for HTMLInputElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years 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 Test the behavior of pattern attribute and pattern DOM property. 1 Test the behavior of pattern attribute and pattern DOM property.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS input.pattern is "" 6 PASS input.pattern is ""
7 PASS input.getAttribute("pattern") is "foo" 7 PASS input.getAttribute("pattern") is "foo"
8 PASS input.pattern is "bar" 8 PASS input.pattern is "bar"
9 PASS input.pattern is "" 9 PASS input.pattern is "null"
10 PASS input.getAttribute("pattern") is null 10 PASS input.getAttribute("pattern") is "null"
11 PASS input.pattern is "null" 11 PASS input.pattern is "null"
12 PASS input.pattern is "undefined" 12 PASS input.pattern is "undefined"
13 PASS input.getAttribute("pattern") is "undefined" 13 PASS input.getAttribute("pattern") is "undefined"
14 PASS input.pattern is "undefined" 14 PASS input.pattern is "undefined"
15 PASS input.pattern is "256" 15 PASS input.pattern is "256"
16 PASS input.getAttribute("pattern") is "256" 16 PASS input.getAttribute("pattern") is "256"
17 PASS input.pattern is "256" 17 PASS input.pattern is "256"
18 PASS successfullyParsed is true 18 PASS successfullyParsed is true
19 19
20 TEST COMPLETE 20 TEST COMPLETE
21 21
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/input-pattern.html ('k') | LayoutTests/fast/forms/month/ValidityState-rangeOverflow-month-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698