Fix silly error in test a=test-only

This commit is contained in:
Boris Zbarsky 2010-10-04 12:56:48 -04:00
parent 0f6ad04b93
commit 37100dab48

View File

@ -16,7 +16,7 @@
var cell = document.createElement("span");
cell.appendChild(document.createTextNode("More Data"));
cell.setAttribute("style", "cell");
cell.setAttribute("class", "cell");
row.appendChild(cell);
data.appendChild(row);
}