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

Side by Side Diff: LayoutTests/fast/forms/datalist/datalist-child-validation-expected.txt

Issue 10542040: Merge 118725 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 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
OLDNEW
1 Test for child elements of a datalist element. 1 Test for child elements of a datalist element.
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 e.willValidate is false 6 PASS e.willValidate is false
7 PASS e.willValidate is true 7 PASS e.willValidate is true
8 PASS w.querySelector(":invalid") is e 8 PASS w.querySelector(":invalid") is e
9 PASS e.willValidate is true 9 PASS e.willValidate is true
10 PASS e.willValidate is true 10 PASS e.willValidate is true
11 PASS document.querySelector(":invalid") is e 11 PASS document.querySelector(":invalid") is e
12 PASS document.getElementById("inLegend").willValidate is false
12 PASS successfullyParsed is true 13 PASS successfullyParsed is true
13 14
14 TEST COMPLETE 15 TEST COMPLETE
15 16
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/datalist/datalist-child-validation.html ('k') | Source/WebCore/html/HTMLFieldSetElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698