Closed
Bug 437001
Opened 18 years ago
Closed 18 years ago
load current page if css background-image="url();"
Categories
(Toolkit Graveyard :: Error Console, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 370675
People
(Reporter: formyefriends24, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
Whenever in firefox we specify css background-image property as url(); it loads the current page and consider it as image.
Reproducible: Always
Steps to Reproduce:
1. Create a html page which contains one div.
2. Now in the div specify style like this "background-image:url();"
3. Put a break point on server side and you will see that page is being hit.
Actual Results:
the page have been reloaded.
Expected Results:
the url() should be descarded.
Updated•18 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
| Assignee | ||
Updated•10 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•