Closed Bug 931616 Opened 11 years ago Closed 11 years ago

Loading of a simple jpg image from local desktop in html5

Categories

(Core :: General, defect)

22 Branch
x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 176502

People

(Reporter: dhananjay4, Unassigned)

Details

Attachments

(1 file)

Attached file new.html
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36

Steps to reproduce:

saved a simple jpg image on desktop
used html 5 simple tags and saved in a html format
called firefox browser from the local file and image does not load. Only text loads.

<!doctype html>
<html lang = "en">
<html>
   <head> 
   <title> Test Planets</title>
   <meta charset = "utf-8">
   </head>
 <body>
 <div id = "browser">
 <b><h1> This is sample </h1> </b>
      <p> Hey this is test </p>
	  <img src = "C:\Users\Bhavya\Desktop\Murti2.jpg" alt="test">
	  </div>
</body>
</html> 


Actual results:

 image does not load. Only text loads.


Expected results:

image should have loaded as chrome/safari/ie loads it.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: