﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14356	"style type=""text/css"" in System.Windows.Forms.WebBrowser loses ""/css"""	pmourino@gtartabria.es		"== Steps to reproduce ==

1. Include CkEditor in Visual studio 2013 in a System.Windows.Forms.WebBrowser; 
Config.js has:
   config.fullPage = true;
   config.allowedContent = true;
   config.extraAllowedContent = 'html;head;body;span;ul;li;table;td;style;*[id];*(*);*{*}';

2. Used setHtml or Source Code Buttom to fill the content that includes <style type=""text/css""> 

3. Edit Code Source or get the content with getHtml

== Expected result ==
Keep the tag: <style type=""text/css"">

== Actual result ==
The tag loses ""/css"" : <style type=""text"">

== Other details (browser, OS, CKEditor version, installed plugins) ==
browser = System.Windows.Forms.WebBrowser
OS = Windows 8.1
Version = 4.5.6 Full
"	Bug	closed	Normal		General		invalid		
