OLD | NEW |
---|---|
1 Caught expected exception: SyntaxError: Failed to execute 'insertAdjacent' on 'H TMLElement': The value provided ('blah') is not one of 'beforeBegin', 'afterBegi n', 'beforeEnd', or 'afterEnd'. | 1 Caught expected exception: SyntaxError: Failed to execute 'insertAdjacentElement ' on 'HTMLElement': The value provided ('blah') is not one of 'beforeBegin', 'af terBegin', 'beforeEnd', or 'afterEnd'. |
2 Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement' on 'HTMLElement': The node provided is null. | 2 Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement' on 'HTMLElement': The node provided is null. |
3 1 (black) 2 (green) 3 (green) 4 (black) | 3 1 (black) 2 (green) 3 (green) 4 (black) |
4 | 4 |
5 PASS | 5 PASS |
OLD | NEW |