| OLD | NEW |
| 1 Line 1 | 1 Line 1 |
| 2 Line 2 | 2 Line 2 |
| 3 Line 3 | 3 Line 3 |
| 4 | 4 |
| 5 line 4 | 5 line 4 |
| 6 line 5 | 6 line 5 |
| 7 | 7 |
| 8 Document.querySelectorAll | 8 Document.querySelectorAll |
| 9 | 9 |
| 10 [object HTMLDivElement], length: 1 | 10 [object HTMLDivElement], length: 1 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement],
length: 3 | 40 [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement],
length: 3 |
| 41 [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement],
length: 3 | 41 [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement],
length: 3 |
| 42 SyntaxError: Failed to execute 'querySelectorAll' on 'DocumentFragment': '@font-
face' is not a valid selector. | 42 SyntaxError: Failed to execute 'querySelectorAll' on 'DocumentFragment': '@font-
face' is not a valid selector. |
| 43 SyntaxError: Failed to execute 'querySelectorAll' on 'DocumentFragment': The pro
vided selector is empty. | 43 SyntaxError: Failed to execute 'querySelectorAll' on 'DocumentFragment': The pro
vided selector is empty. |
| 44 length: 0 | 44 length: 0 |
| 45 length: 0 | 45 length: 0 |
| 46 | 46 |
| 47 Document.querySelector | 47 Document.querySelector |
| 48 | 48 |
| 49 [object HTMLDivElement] | 49 [object HTMLDivElement] |
| 50 TypeError: Cannot call method 'dump' of null | 50 TypeError: Cannot read property 'dump' of null |
| 51 [object HTMLDivElement] | 51 [object HTMLDivElement] |
| 52 [object HTMLDivElement] | 52 [object HTMLDivElement] |
| 53 [object HTMLDivElement] | 53 [object HTMLDivElement] |
| 54 SyntaxError: Failed to execute 'querySelector' on 'Document': '@font-face' is no
t a valid selector. | 54 SyntaxError: Failed to execute 'querySelector' on 'Document': '@font-face' is no
t a valid selector. |
| 55 SyntaxError: Failed to execute 'querySelector' on 'Document': The provided selec
tor is empty. | 55 SyntaxError: Failed to execute 'querySelector' on 'Document': The provided selec
tor is empty. |
| 56 TypeError: Cannot call method 'dump' of null | 56 TypeError: Cannot read property 'dump' of null |
| 57 TypeError: Cannot call method 'dump' of null | 57 TypeError: Cannot read property 'dump' of null |
| 58 | 58 |
| 59 Element.querySelector | 59 Element.querySelector |
| 60 | 60 |
| 61 TypeError: Cannot call method 'dump' of null | 61 TypeError: Cannot read property 'dump' of null |
| 62 [object HTMLDivElement] | 62 [object HTMLDivElement] |
| 63 TypeError: Cannot call method 'dump' of null | 63 TypeError: Cannot read property 'dump' of null |
| 64 [object HTMLDivElement] | 64 [object HTMLDivElement] |
| 65 [object HTMLDivElement] | 65 [object HTMLDivElement] |
| 66 [object HTMLDivElement] | 66 [object HTMLDivElement] |
| 67 SyntaxError: Failed to execute 'querySelector' on 'Element': '@font-face' is not
a valid selector. | 67 SyntaxError: Failed to execute 'querySelector' on 'Element': '@font-face' is not
a valid selector. |
| 68 SyntaxError: Failed to execute 'querySelector' on 'Element': The provided select
or is empty. | 68 SyntaxError: Failed to execute 'querySelector' on 'Element': The provided select
or is empty. |
| 69 TypeError: Cannot call method 'dump' of null | 69 TypeError: Cannot read property 'dump' of null |
| 70 TypeError: Cannot call method 'dump' of null | 70 TypeError: Cannot read property 'dump' of null |
| 71 | 71 |
| 72 DocumentFragment.querySelector | 72 DocumentFragment.querySelector |
| 73 | 73 |
| 74 [object HTMLDivElement] | 74 [object HTMLDivElement] |
| 75 [object HTMLDivElement] | 75 [object HTMLDivElement] |
| 76 TypeError: Cannot call method 'dump' of null | 76 TypeError: Cannot read property 'dump' of null |
| 77 [object HTMLDivElement] | 77 [object HTMLDivElement] |
| 78 [object HTMLDivElement] | 78 [object HTMLDivElement] |
| 79 [object HTMLDivElement] | 79 [object HTMLDivElement] |
| 80 SyntaxError: Failed to execute 'querySelector' on 'DocumentFragment': '@font-fac
e' is not a valid selector. | 80 SyntaxError: Failed to execute 'querySelector' on 'DocumentFragment': '@font-fac
e' is not a valid selector. |
| 81 SyntaxError: Failed to execute 'querySelector' on 'DocumentFragment': The provid
ed selector is empty. | 81 SyntaxError: Failed to execute 'querySelector' on 'DocumentFragment': The provid
ed selector is empty. |
| 82 TypeError: Cannot call method 'dump' of null | 82 TypeError: Cannot read property 'dump' of null |
| 83 TypeError: Cannot call method 'dump' of null | 83 TypeError: Cannot read property 'dump' of null |
| 84 | 84 |
| OLD | NEW |