fune/parser/htmlparser/tests/mochitest/file_bug688580.js
Victor Porof 572c392d30 Bug 1561435 - Format parser/, a=automatic-formatting
# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D35923

--HG--
extra : source : 03ab20f6337a695a31afb301410182972e4195a9
2019-07-05 10:56:19 +02:00

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