gecko-dev/parser/htmlparser/tests/mochitest/file_bug688580.js
reimu f4794a2bfb Bug 1501931 - Enable ESLint for parser/ (manual fixes) r=Standard8,mrbkap
Depends on D11920

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

--HG--
extra : moz-landing-system : lando
2018-12-06 20:30:32 +00:00

5 lines
194 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";