+
+
+
diff --git a/tests/manual/tickets/189/1.js b/tests/manual/tickets/189/1.js
new file mode 100644
index 0000000..9f714ed
--- /dev/null
+++ b/tests/manual/tickets/189/1.js
@@ -0,0 +1,21 @@
+/**
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
+/* globals document, window, console */
+
+import BalloonEditor from '@ckeditor/ckeditor5-editor-balloon/src/ballooneditor';
+import ArticlePluginSet from '@ckeditor/ckeditor5-core/tests/_utils/articlepluginset';
+
+BalloonEditor
+ .create( document.querySelector( '#editor' ), {
+ plugins: [ ArticlePluginSet ],
+ toolbar: [ 'bold', 'link' ]
+ } )
+ .then( editor => {
+ window.editor = editor;
+ } )
+ .catch( err => {
+ console.error( err.stack );
+ } );
diff --git a/tests/manual/tickets/189/1.md b/tests/manual/tickets/189/1.md
new file mode 100644
index 0000000..4d26403
--- /dev/null
+++ b/tests/manual/tickets/189/1.md
@@ -0,0 +1,9 @@
+## The -webkit-appearance of the buttons in the Bootstrap 4 modal [#189](https://github.com/ckeditor/ckeditor5-theme-lark/issues/189)
+
+1. Click the link in the content of the **plain editor**.
+2. Click the link in the content of the **editor inside the bootstrap modal**.
+3. In both cases, the link editing UI should show up.
+
+**Expected**
+
+In both cases, all buttons (including the link preview) should look **exactly the same**.
diff --git a/tests/manual/tickets/189/assets/iframe-content.html b/tests/manual/tickets/189/assets/iframe-content.html
new file mode 100644
index 0000000..fc2be7c
--- /dev/null
+++ b/tests/manual/tickets/189/assets/iframe-content.html
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+ A Bootstrap 4 modal with the BalloonEditor instance
+
+