Bug 22745 - background missing in left menu due to syntax error in css
Summary: background missing in left menu due to syntax error in css
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 525.x (Safari 3.2)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.dinamalar.com/cinema/Kolly...
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2008-12-08 17:05 PST by jasneet
Modified: 2022-07-22 16:37 PDT (History)
6 users (show)

See Also:


Attachments
reduced testcase (1.40 KB, text/html)
2008-12-08 17:06 PST, jasneet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2008-12-08 17:05:26 PST
I Steps:
Go to http://www.dinamalar.com/cinema/Kollywood.asp

II Issue:
Left menu doesn't display background

III Conclusion:
In the style definition, there is a syntax error(behind text "voice-family"):
......
#menu4 li a{ height:40px;  voice-family:"\"}
\""; 
 voice-family:inherit; 
height:24px; 
text-decoration:none}
......

IE/Firefox ignore this error and interpret the above styles correctly, 
Chrome/Safari ignore all of the css styles.

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested: 39088

Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=1154
Comment 1 jasneet 2008-12-08 17:06:14 PST
Created attachment 25863 [details]
reduced testcase
Comment 2 Nilesh Patil 2009-02-15 01:25:31 PST
(In reply to comment #1)
> Created an attachment (id=25863) [review]
> reduced testcase

It you bisit http://www.dinamalar.com/cinema/Kollywood.asp on Safari it displays menu backgroung.
Comment 3 Ahmad Saleem 2022-07-22 10:22:16 PDT
I am unable to reproduce this bug using attached test case in Safari 15.6 on macOS 12.5 and there is no background issue and the rendering output matches with other browsers (Chrome Canary 105 and Firefox Nightly 104).

If I am testing incorrectly, please retest accordingly. Thanks!
Comment 4 Alexey Proskuryakov 2022-07-22 14:59:31 PDT
The attached test is broken because of mixed content and because the content is missing anyway. The image will need to be replaced with a different one.
Comment 5 Ahmad Saleem 2022-07-22 16:37:45 PDT
Replaced with new one (Among US - HD GIF :-p) - https://jsfiddle.net/rk0w1qej/show & with more clear CSS - https://jsfiddle.net/21vycsoj/show

Let me know if it works. Thanks!