UNPKG
@soomo/wicg-inert
Version:
latest (3.1.4-soomo.1)
3.1.4-soomo.1
3.1.4-soomo.0
A polyfill for the proposed inert API
github.com/soomo/wicg-inert
soomo/wicg-inert
@soomo/wicg-inert
/
test
/
specs
/
element.spec.js
6 lines
(5 loc)
•
185 B
JavaScript
View Raw
1
2
3
4
5
6
describe
(
'HTMLElement.prototype'
,
function
(
) {
it
(
'should patch the HTMLElement prototype'
,
function
(
) {
expect
(
HTMLElement
.
prototype
.
hasOwnProperty
(
'inert'
)).
to
.
be
.
ok
; }); });