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

Side by Side Diff: LayoutTests/fast/forms/submit-form-with-dirname-attribute.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 <html> 1 <html>
2 <head> 2 <head>
3 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 3 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
4 </head> 4 </head>
5 <script src="../js/resources/js-test-pre.js"> </script> 5 <script src="../js/resources/js-test-pre.js"> </script>
6 <script> 6 <script>
7 window.jsTestIsAsync = true; 7 window.jsTestIsAsync = true;
8 8
9 function test() { 9 function test() {
10 document.forms.f.submit(); 10 document.forms.f.submit();
(...skipping 19 matching lines...) Expand all
30 shouldBeTrue('document.location.search.indexOf("txtareaRTL.dir=rtl") != -1') ; 30 shouldBeTrue('document.location.search.indexOf("txtareaRTL.dir=rtl") != -1') ;
31 shouldBeTrue('document.location.search.indexOf("txtareaLTR.dir=ltr") != -1') ; 31 shouldBeTrue('document.location.search.indexOf("txtareaLTR.dir=ltr") != -1') ;
32 shouldBeTrue('document.location.search.indexOf("txtareaInvalid.dir=ltr") != -1'); 32 shouldBeTrue('document.location.search.indexOf("txtareaInvalid.dir=ltr") != -1');
33 shouldBeTrue('document.location.search.indexOf("inputRTLvalue.dir=ltr") != - 1'); 33 shouldBeTrue('document.location.search.indexOf("inputRTLvalue.dir=ltr") != - 1');
34 finishJSTest(); 34 finishJSTest();
35 } 35 }
36 36
37 successfullyParsed = true; 37 successfullyParsed = true;
38 </script> 38 </script>
39 </div> 39 </div>
40 <script src="../js/resources/js-test-post.js"></script>
41 </body> 40 </body>
42 </html> 41 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698