Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Disable use of querySelectorAll (servo/servo#851).
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Apr 28, 2014
1 parent 76a73d8 commit 747cacb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testharness.js
Expand Up @@ -1878,6 +1878,7 @@ policies and contribution forms [3].

log.appendChild(render(summary_template, {num_tests:tests.length}, output_document));

/* XXX #851
forEach(output_document.querySelectorAll("section#summary label"),
function(element)
{
Expand All @@ -1900,7 +1901,7 @@ policies and contribution forms [3].
style_element.parentNode.removeChild(style_element);
}
});
});
});*/

// This use of innerHTML plus manual escaping is not recommended in
// general, but is necessary here for performance. Using textContent
Expand Down

0 comments on commit 747cacb

Please sign in to comment.