Skip to content

Commit

Permalink
Remove createCDATASection from benchmarks
Browse files Browse the repository at this point in the history
It has been removed from the HTML spec and chrome no longer supports it
  • Loading branch information
Joris-van-der-Wel authored and domenic committed May 20, 2017
1 parent 2d257ef commit dabf1a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions benchmark/dom/construction.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,3 @@ exports.createEvent = suite(document => {
exports.createProcessingInstruction = suite(document => {
document.createProcessingInstruction("php", "echo 123; ?");
});

exports.createCDATASection = suite(document => {
document.createCDATASection("foo");
});

0 comments on commit dabf1a4

Please sign in to comment.