OLD | NEW |
1 Caught expected exception: SyntaxError: Failed to execute 'insertAdjacentElement
' on 'Element': The value provided ('blah') is not one of 'beforeBegin', 'afterB
egin', 'beforeEnd', or 'afterEnd'. | 1 Caught expected exception: SyntaxError: Failed to execute 'insertAdjacentElement
' on 'Element': The value provided ('blah') is not one of 'beforeBegin', 'afterB
egin', 'beforeEnd', or 'afterEnd'. |
2 Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement'
on 'Element': The node provided is null. | 2 Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement'
on 'Element': parameter 2 is not of type 'Element'. |
3 Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement'
on 'Element': 2 arguments required, but only 1 present. | 3 Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement'
on 'Element': 2 arguments required, but only 1 present. |
4 Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement'
on 'Element': 2 arguments required, but only 0 present. | 4 Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement'
on 'Element': 2 arguments required, but only 0 present. |
5 1 (black) 2 (green) 3 (green) 4 (black) | 5 1 (black) 2 (green) 3 (green) 4 (black) |
6 | 6 |
7 PASS | 7 PASS |
OLD | NEW |