mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 13:48:23 +02:00
Depends on D11920 Differential Revision: https://phabricator.services.mozilla.com/D11921 --HG-- extra : moz-landing-system : lando
4 lines
133 B
JavaScript
4 lines
133 B
JavaScript
/* globals state:true */
|
|
is(document.readyState, "interactive", "readyState should be interactive during defer.");
|
|
state = "defer";
|
|
|