| <script src="../../resources/js-test-pre.js"></script> |
| <iframe name="subframe" src="resources/state-restore-broken-state-1.html"> |
| var jsTestIsAsync = true; |
| function didLoadAnotherDocument() { |
| function didSecondLoad() { |
| description('The value was modified in the first load of state-restore-broken-state-1.html, but it should not be restored because the state-restore-broken-state-2.html breaks the state.'); |
| shouldBe('document.getElementsByTagName("iframe")[0].contentDocument.f.name1.value', '"unmodified"'); |
| <script src="../../resources/js-test-post.js"></script> |