Skip to content

Commit 51df572

Browse files
committed
Merge branch 't/12843'
2 parents 08bae02 + 2cb0d84 commit 51df572

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/tickets/12812/1.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
<iframe src="http://sub.ckeditor.dev:1030%TEST_DIR%/_assets/inlineeditor.html" width="800" height="400"></iframe>
1+
<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

Comments
 (0)