OLD | NEW |
---|---|
1 Caught expected exception: SyntaxError: Failed to execute 'insertAdjacentText' o n 'Element': The value provided ('blah') is not one of 'beforeBegin', 'afterBegi n', 'beforeEnd', or 'afterEnd'. | 1 Caught expected exception: SyntaxError: Failed to execute 'insertAdjacentText' o n 'Element': The value provided ('blah') is not one of 'beforeBegin', 'afterBegi n', 'beforeEnd', or 'afterEnd'. |
2 Caught expected exception: TypeError: Failed to execute 'insertAdjacentText' on 'Element': 2 arguments required, but only 0 present. | |
3 Caught expected exception: TypeError: Failed to execute 'insertAdjacentText' on 'Element': 2 arguments required, but only 1 present. | |
2 1 (black) 2 (green) 3 (green) 4 (black) | 4 1 (black) 2 (green) 3 (green) 4 (black) |
3 | 5 |
4 PASS | 6 PASS |
OLD | NEW |