@@ -8,6 +8,16 @@
<p>This is an editor instance.</p>
</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>