Files
tubestation/parser/htmlparser/tests/mochitest/file_bug688580.js
2019-07-05 10:56:19 +02:00

9 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";