mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Fixes feature tests misleading success results
This commit is contained in:
parent
a0313bef22
commit
693d8a11b2
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ limitations under the License.
|
|||
for (var i = 0; i < tests.length; i++) {
|
||||
var test = tests[i];
|
||||
var row = document.createElement('tr');
|
||||
row.id = test.id;
|
||||
row.id = 'test-results-' + test.id;
|
||||
var nameTd = document.createElement('td');
|
||||
nameTd.className = 'name';
|
||||
nameTd.innerHTML = test.name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue