Open
Bug 790744
Opened 13 years ago
Updated 13 years ago
Captcha used for Sync setup has invalid background-color
Categories
(Cloud Services :: Web Site - Deprecated, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: dholbert, Unassigned)
References
()
Details
STR:
0. (be using a fresh profile or one without Sync set up)
1. Open Error Console
2. In your main Firefox window, do Tools | Set up Sync.
OR ALTERNATELY:
Just visit https://auth.services.mozilla.com/misc/1.0/captcha_html directly.
ACTUAL RESULTS: This appears in error console:
Warning: Expected color but found 'system'. Error in parsing value for 'background-color'. Declaration dropped.
Source File: https://auth.services.mozilla.com/misc/1.0/captcha_html
Line: 0
The code in question on this page is:
> <div style="background-color: system;">
I suspect this wants to be using one of the system colors defined here:
https://developer.mozilla.org/en-US/docs/CSS/color_value#System_Colors
Comment 1•13 years ago
|
||
Can we disable the captcha already?
You need to log in
before you can comment on or make changes to this bug.
Description
•