UNPKG

polyfill-service

Version:
7 lines (5 loc) 202 B
/* eslint-env mocha, browser */ /* global proclaim */ it('is the DocumentFragment constructor', function () { proclaim.equal(self.DocumentFragment, document.createDocumentFragment().constructor); });