OLD | NEW |
1 document.xmlEncoding : UTF-8 | 1 document.xmlEncoding : UTF-8 |
2 document.xmlVersion : 1.0 | 2 document.xmlVersion : 1.0 |
3 document.xmlStandalone : true | 3 document.xmlStandalone : true |
4 document.readyState : loading | 4 document.readyState : loading |
5 div.innerHTML = threw exception: SyntaxError: Failed to execute 'innerHTML' on '
Node': The provided markup is invalid XML, and therefore cannot be inserted into
an XML document. | 5 div.innerHTML = threw exception: SyntaxError: Failed to set the 'innerHTML' prop
erty on 'Element': The provided markup is invalid XML, and therefore cannot be i
nserted into an XML document. |
6 document.xmlEncoding : UTF-8 | 6 document.xmlEncoding : UTF-8 |
7 document.xmlVersion : 1.0 | 7 document.xmlVersion : 1.0 |
8 document.xmlStandalone : true | 8 document.xmlStandalone : true |
9 document.readyState : loading | 9 document.readyState : loading |
10 | 10 |
OLD | NEW |