Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b87b2e commit a68f861Copy full SHA for a68f861
tasks/test_syntax.js
@@ -75,6 +75,8 @@ function assertSrcContents() {
75
logs.push(file + ' : contains .classList (IE failure)');
76
}
77
else if(lastPart === 'innerHTML') {
78
+ // Note: if we do anything that's NOT in SVG, innerHTML is
79
+ // OK in IE. We can cross that bridge when we get to it...
80
logs.push(file + ' : contains .innerHTML (IE failure in SVG)');
81
82
else if(lastPart === 'parentElement') {
0 commit comments