瀏覽代碼

Tests: Code refac and clean–up in the manual test.

Aleksander Nowodzinski 9 年之前
父節點
當前提交
b55b31300c
共有 1 個文件被更改,包括 13 次插入3 次删除
  1. 13 3
      packages/ckeditor5-editor-classic/tests/manual/classic.html

+ 13 - 3
packages/ckeditor5-editor-classic/tests/manual/classic.html

@@ -8,6 +8,16 @@
 	<p>This is an editor instance.</p>
 	<p>This is an editor instance.</p>
 </div>
 </div>
 
 
-<div style="height: 1500px; width: 1500px; background: #eee; outline: 2px dashed #ddd; margin: 1em 0; padding: 1em;">
-	* I'm a dummy div to enable scrolling in this test. *
-</div>
+<style>
+	body {
+		width: 10000px;
+		height: 10000px;
+	}
+
+	.ck-editor {
+		margin-top: 200px;
+		margin-left: 100px;
+		margin-bottom: 200px;
+		width: 450px;
+	}
+</style>