Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Test to check if setBaseAndExtent guard node with null owner document (Bug 31680 ) | 1 Test to check if setBaseAndExtent guard node with null owner document (Bug 31680 ) |
| 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 sel.anchorNode is null | 6 PASS sel.anchorNode is null |
| 7 PASS sel.anchorNode is null | 7 PASS sel.anchorNode is null |
| 8 PASS sel.collapse(docType) threw exception InvalidNodeTypeError: Failed to execu te 'collapse' on 'Selection': The node provided is of type 'c'.. | 8 PASS sel.collapse(docType) threw exception InvalidNodeTypeError: Failed to execu te 'collapse' on 'Selection': The node provided is of type 'c'.. |
| 9 PASS sel.anchorNode is null | 9 PASS sel.anchorNode is null |
| 10 PASS sel.anchorNode is null | 10 PASS sel.anchorNode is null |
| 11 PASS sel.anchorNode is null | 11 PASS sel.anchorNode is null |
| 12 PASS sel.containsNode(docType) is false | 12 PASS sel.containsNode(docType, false) is false |
|
philipj_slow
2015/08/27 09:15:32
Seeing this I think it would make sense to keep th
tanay.c
2015/08/28 08:52:32
Done.
| |
| 13 PASS successfullyParsed is true | 13 PASS successfullyParsed is true |
| 14 | 14 |
| 15 TEST COMPLETE | 15 TEST COMPLETE |
| 16 | 16 |
| OLD | NEW |