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

Side by Side Diff: LayoutTests/fast/forms/checkValidity-on-cloned-node-expected.txt

Issue 1134593004: Reapply the patch r191685 with fixing the regression issue. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
OLDNEW
1 Test checkValidity correctness on input select and textarea element after clonin g node . 1 Test checkValidity correctness on input select and textarea element after clonin g node .
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.checkValidity() is true 6 PASS input.checkValidity() is true
7 PASS clonedInput.checkValidity() is true 7 PASS clonedInput.checkValidity() is true
8 PASS clonedInputDeep.checkValidity() is true 8 PASS clonedInputDeep.checkValidity() is true
9 PASS input.checkValidity() is false 9 PASS input.checkValidity() is false
10 PASS clonedInputNext.checkValidity() is false 10 PASS clonedInputNext.checkValidity() is false
11 PASS select.checkValidity() is true 11 PASS select.checkValidity() is true
12 FAIL clonedSelect.checkValidity() should be true. Was false. 12 FAIL clonedSelect.checkValidity() should be true. Was false.
13 PASS clonedSelectDeep.checkValidity() is true 13 PASS clonedSelectDeep.checkValidity() is true
14 PASS textarea.checkValidity() is true 14 PASS textarea.checkValidity() is true
15 FAIL clonedTextArea.checkValidity() should be true. Was false. 15 PASS clonedTextArea.checkValidity() is true
16 FAIL clonedTextAreaDeep.checkValidity() should be true. Was false. 16 PASS clonedTextAreaDeep.checkValidity() is true
17 PASS successfullyParsed is true 17 PASS successfullyParsed is true
18 18
19 TEST COMPLETE 19 TEST COMPLETE
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698