trisquel-icecat/icecat/parser/htmlparser/tests/mochitest/file_bug688580.js

8 lines
201 B
JavaScript

/* globals state:true */
is(
document.readyState,
"interactive",
"readyState should be interactive during defer."
);
is(state, "readyState interactive", "Bad state upon defer");
state = "defer";