| Index: content/test/data/browser_plugin_dragging.html
|
| diff --git a/content/test/data/browser_plugin_dragging.html b/content/test/data/browser_plugin_dragging.html
|
| index 1a0c38c6ba76d87582bc04d79a3ec80054a45a03..66375e0fb78b23bc35c121032838c981f16d609a 100644
|
| --- a/content/test/data/browser_plugin_dragging.html
|
| +++ b/content/test/data/browser_plugin_dragging.html
|
| @@ -1,3 +1,7 @@
|
| +<html>
|
| +<head></head>
|
| +<body>
|
| +
|
| <textarea id='id_message'>
|
| </textarea>
|
|
|
| @@ -26,3 +30,6 @@ function SetSrc(src) {
|
| plugin.src = src;
|
| }
|
| </script>
|
| +
|
| +</body>
|
| +</html>
|
|
|