We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08bae02 + 2cb0d84 commit 51df572Copy full SHA for 51df572
tests/tickets/12812/1.html
@@ -1 +1,5 @@
1
-<iframe src="http://sub.ckeditor.dev:1030%TEST_DIR%/_assets/inlineeditor.html" width="800" height="400"></iframe>
+<script>
2
+ var port = location.port ? ( ':' + location.port ) : '';
3
+
4
+ document.write( '<iframe src="http://sub.ckeditor.dev' + port + '%TEST_DIR%_assets/inlineeditor.html" width="800" height="400"></iframe>' );
5
+</script>
0 commit comments