/** * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ /* 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'; }