mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 12:13:22 +00:00
Fix silly error in test a=test-only
This commit is contained in:
parent
0f6ad04b93
commit
37100dab48
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user