Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(529)

Side by Side Diff: LayoutTests/fast/forms/resources/state-restore-empty-state-1.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <script src="../../js/resources/js-test-pre.js"></script> 1 <script src="../../js/resources/js-test-pre.js"></script>
2 <script> 2 <script>
3 description('State vector should be empty if nothing is saved.'); 3 description('State vector should be empty if nothing is saved.');
4 if (window.internals) { 4 if (window.internals) {
5 var states = internals.formControlStateOfPreviousHistoryItem(); 5 var states = internals.formControlStateOfPreviousHistoryItem();
6 shouldBe('states.length', '0'); 6 shouldBe('states.length', '0');
7 } else { 7 } else {
8 debug('Need window.internals.formControlStateOfPreviousHistoryItem().'); 8 debug('Need window.internals.formControlStateOfPreviousHistoryItem().');
9 } 9 }
10 jsTestIsAsync = true; 10 jsTestIsAsync = true;
11 finishJSTest(); 11 finishJSTest();
12 </script> 12 </script>
13 <script src="../../js/resources/js-test-post.js"></script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/required-attribute-002.html ('k') | LayoutTests/fast/forms/search-cancel-button-events.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698