Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Make sure that Node.cloneNode() works as expected for file input type. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 4 | |
| 5 | |
| 6 PASS file1.value is "C:\\fakepath\\input-file-element-clone.html" | |
| 7 PASS file2.value is "C:\\fakepath\\input-file-element-clone.html" | |
| 8 PASS file1.value is "C:\\fakepath\\input-file-element-clone-expected.txt" | |
| 9 PASS file2.value is "C:\\fakepath\\input-file-element-clone.html" | |
| 10 PASS successfullyParsed is true | |
| 11 | |
| 12 TEST COMPLETE | |
| 13 | |
| 14 | |
| OLD | NEW |