﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6982	Full page mode: moving image creates another body element	Wiktor Walc		"Confirmed on Chrome @ Mac using the full page sample.

=== Steps to reproduce ===
 1. Start with the following source:
{{{
<html>
	<head>
		<title>Full page sample</title>
		<meta content=""text/html; charset=utf-8"" http-equiv=""Content-Type"" />
	</head>
	<body>
		<p>
			aaa</p>
		<p>
			bbb<img alt="""" src=""http://a.cksource.com/c/1/inc/img/demo-little-red.jpg"" style=""width: 120px; height: 168px; "" /></p>
		<p>
			ccc</p>
		<p>
			ddd</p>
	</body>
</html>
}}}
 2. Move image one line below
 3. Result:
{{{
<html>
	<head>
		<title>Full page sample</title>
		<meta content=""text/html; charset=utf-8"" http-equiv=""Content-Type"" />
	</head>
	<body>
		<p>
			aaa</p>
		<p>
			bbb</p>
	</body>
</html>
<meta content=""text/html;charset=UTF-8"" http-equiv=""Content-Type"" />
<body>
	<p>
		<img alt="""" src=""http://a.cksource.com/c/1/inc/img/demo-little-red.jpg"" style=""width: 120px; height: 168px; "" />ccc</p>
	<p>
		ddd</p>
</body>
}}}"	Bug	closed	Normal		General	3.1	fixed	Mac Chrome	kagupta@…
