mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 05:39:41 +02:00
Depends on D11920 Differential Revision: https://phabricator.services.mozilla.com/D11921 --HG-- extra : moz-landing-system : lando
5 lines
194 B
JavaScript
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";
|
|
|