Skip to content

Commit

Permalink
a stylistic change
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed May 5, 2022
1 parent e7f3df4 commit 7a2ebfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compat/browsers-runner.js
Expand Up @@ -50,7 +50,7 @@ for (var key in tests) {
tr.appendChild(td1);
var td2 = document.createElement('td');
td2.innerHTML = result ? 'not required' : 'required';
td2.className = result;
td2.className = result + ' data';
tr.appendChild(td2);
for (i = 0; i < engines.length; i++) {
var td = document.createElement('td');
Expand Down

0 comments on commit 7a2ebfa

Please sign in to comment.