소스 검색

Removed cleaned up form submit manual test HTML.

Szymon Kupś 8 년 전
부모
커밋
d79be765eb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      packages/ckeditor5-core/tests/manual/formsubmit.html

+ 2 - 2
packages/ckeditor5-core/tests/manual/formsubmit.html

@@ -7,10 +7,10 @@
 	}
 </style>
 
-<form id="form" action="http://localhost:3030" method="post">
+<form id="form" action="http://localhost/" method="post">
 	<p>Replaced element (normally hidden): </p>
 	<textarea name="editor" id="editor"><p>foo bar baz</p></textarea>
-	<button id="submit-button" type="submit">Submit form</button>
+	<button type="submit">Submit form</button>
 </form>
 <br />
 <button id="submit-with-js">Submit by calling form.submit()</button>