@@ -1,6 +1,6 @@
/**
* @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
/* eslint-env node */
/* globals ClassicEditor, console, window, document */
import Command from '@ckeditor/ckeditor5-core/src/command';
import first from '@ckeditor/ckeditor5-utils/src/first';
import FileRepository from '@ckeditor/ckeditor5-upload/src/filerepository';
import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor';
import {
/* global document, Event */
import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor';
/* globals document, Event */
import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';
import ViewDocumentFragment from '@ckeditor/ckeditor5-engine/src/view/documentfragment';
/* global window */
import Image from '../../src/image';
import View from '@ckeditor/ckeditor5-engine/src/view/view';
import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor';
import log from '@ckeditor/ckeditor5-utils/src/log';
/* global Event, document */
/* global Event */
/* global document */
/* globals document */
/* globals window, setTimeout, atob, URL, Blob */
/* globals window */
import { isImageType } from '../../src/imageupload/utils';
/* global document, console, window */
/* globals window, document, console */
/* globals console:false, document, setTimeout */
/* global document, console, window, setTimeout */
/*
* Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
.ck-content .image {
.ck-content .image > figcaption {
:root {
.ck-image-upload-complete-icon {
.ck .ck-upload-placeholder-loader {
/* Infinite progress bar default width. */
@import "@ckeditor/ckeditor5-theme-lark/theme/mixins/_rwd.css";