comparison: parser/htmlparser/tests/mochitest/file_bug688580.js
parser/htmlparser/tests/mochitest/file_bug688580.js
- branch
- TOR_BUG_9701
- changeset 14
- 925c144e1f1f
equal
deleted
inserted
replaced
|
1 is(document.readyState, "interactive", "readyState should be interactive during defer."); |
|
2 is(state, "readyState interactive", "Bad state upon defer"); |
|
3 state = "defer"; |
|
4 |