4 <script src=
"../../resources/js-test.js"></script>
7 <iframe name=
"subframe" src=
"resources/state-restore-broken-state-1.html">
11 var jsTestIsAsync
= true;
12 var isGoingBack
= false;
13 var hasReloaded
= false;
15 function didLoadAnotherDocument() {
20 function didSecondLoad() {
21 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.');
22 shouldBe('document.getElementsByTagName("iframe")[0].contentDocument.f.name1.value', '"unmodified"');