Closed
Bug 1172472
Opened 10 years ago
Closed 10 years ago
Web developer tool inspector doesn't show :visited style rules in rules tab
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 713106
People
(Reporter: larivact, Unassigned)
Details
Attachments
(1 file)
|
104 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0
Build ID: 20150525141253
Steps to reproduce:
1. Open the attached .html file with firefox
2. Click on the link and notice how it changes color
3. Right click on the link and chose "Inspect Element"
Actual results:
The Rules tab doesn't show the
a:visited{
color: red;
}
rule
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•