mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
4 lines
169 B
JavaScript
4 lines
169 B
JavaScript
|
|
is(document.readyState, "interactive", "readyState should be interactive during defer.");
|
||
|
|
is(state, "readyState interactive", "Bad state upon defer");
|
||
|
|
state = "defer";
|
||
|
|
|