tkent@chromium.org | d8143ab | 2012-07-12 07:31:14 +0000 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
mark.lam@apple.com | 93720da | 2013-09-07 23:31:07 +0000 | [diff] [blame] | 4 | <script src="../../resources/js-test-pre.js"></script> |
tkent@chromium.org | d8143ab | 2012-07-12 07:31:14 +0000 | [diff] [blame] | 5 | </head> |
| 6 | <body> |
| 7 | |
| 8 | <input type=submit> |
| 9 | |
| 10 | <script> |
| 11 | jsTestIsAsync = true; |
| 12 | |
| 13 | window.onload = function() { |
| 14 | setTimeout(function() { |
| 15 | location.href = 'resources/state-restore-empty-state-1.html'; |
| 16 | }, 0); |
| 17 | }; |
| 18 | </script> |
mark.lam@apple.com | 93720da | 2013-09-07 23:31:07 +0000 | [diff] [blame] | 19 | <script src="../../resources/js-test-post.js"></script> |
tkent@chromium.org | d8143ab | 2012-07-12 07:31:14 +0000 | [diff] [blame] | 20 | </body> |