Skip to content

Commit dabf1a4

Browse files
Joris-van-der-Weldomenic
authored andcommitted
Remove createCDATASection from benchmarks
It has been removed from the HTML spec and chrome no longer supports it
1 parent 2d257ef commit dabf1a4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

benchmark/dom/construction.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,3 @@ exports.createEvent = suite(document => {
2828
exports.createProcessingInstruction = suite(document => {
2929
document.createProcessingInstruction("php", "echo 123; ?");
3030
});
31-
32-
exports.createCDATASection = suite(document => {
33-
document.createCDATASection("foo");
34-
});

0 commit comments

Comments
 (0)