| 1234567891011 |
- /**
- * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
- */
- /* global window, document */
- // Display an info when this file is ran as a standalone test.
- if ( window.top === window ) {
- document.getElementById( 'info' ).style.display = 'block';
- }
|