Bug 25548 - active blinking tab shows blank as ordering of the value returned by span.style.background property is different in webkit
Summary: active blinking tab shows blank as ordering of the value returned by span.sty...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://shopping.pchome.com.tw/?mod=ar...
Keywords: HasReduction, InRadar
Depends on:
Blocks:
 
Reported: 2009-05-04 10:24 PDT by jasneet
Modified: 2022-07-22 21:44 PDT (History)
7 users (show)

See Also:


Attachments
reduced testcase (1.05 KB, text/html)
2009-05-04 10:24 PDT, jasneet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2009-05-04 10:24:25 PDT
I Steps:
Go to http://shopping.pchome.com.tw/?mod=area&func=style_show&RG_NO=DHAC&BB=3c

II Issue:
You can see the word on the focus tab is gone.

III Conclusion:
The ordering of the value returned by span.style.background property  is different in webkit, compared to FF.
Meaning webkit returns this order: image, repeat, attachment, position, color ; Where as  FF returns color , image, repeat, attachment, position.

return value for span.style.background from the above code snippet:
Webkit: 'none repeat scroll 0% 0%  rgb(255, 255, 255)'
FF: 'rgb(255, 255, 255) none repeat scroll 0% 0%'

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested: 42232

Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=8658
Comment 1 jasneet 2009-05-04 10:24:40 PDT
Created attachment 29991 [details]
reduced testcase
Comment 2 Ahmad Saleem 2022-07-22 11:10:12 PDT
I am able to reproduce this bug in Safari 15.6 on macOS 12.5 and output is different from Firefox where the tab is blinking and also show 'test' text in <span> with good contrast (text is present but only show upon selection but in Firefox, it has enough contrast to show with and without blinking).

Current behavior of Safari is same as Chrome Canary 105 and Firefox Nightly 104 have different behavior from both.

Just wanted to share updated test result. Thanks!
Comment 3 Radar WebKit Bug Importer 2022-07-22 14:45:37 PDT
<rdar://problem/97457081>