Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 | |
| 2 This tests importNode() with bound elements. | |
| 3 | |
| 4 PASS dstDoc is non-null. | |
| 5 PASS srcKeygen is non-null. | |
| 6 PASS srcShadow is non-null. | |
| 7 PASS srcShadow.firstChild is non-null. | |
| 8 PASS importedKeygen is non-null. | |
| 9 PASS srcKeygen !== importedKeygen is true | |
| 10 PASS importedShadow is non-null. | |
| 11 PASS importedShadow.firstChild is non-null. | |
| 12 PASS successfullyParsed is true | |
| 13 | |
| 14 TEST COMPLETE | |
| 15 | |
| OLD | NEW |