﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6131	Webkit Paste Bug	astralis		"If I have this text in Notepad:
{{{
Line One
Line Two
}}}

IE renders it as:

{{{
<p>Line One</p>
<p>Line Two</p>
}}}

Chrome renders it as:

{{{
<p>
   &nbsp;</p>
<div>
   Line One</div>
<div>
  Line Two</div>
}}}"	Bug	new	Normal		General	3.4.1			
