Bug 263385 - [CSS 2.1 Conformance] [testcase] Border style conflict resolution: when border-width is the same, then ridge border-style wins over outset border-style
Summary: [CSS 2.1 Conformance] [testcase] Border style conflict resolution: when borde...
Status: CONFIRMED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 4.7.3
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords: reproducible, testcase
Depends on:
Blocks:
 
Reported: 2011-01-17 05:11 UTC by Gérard Talbot (no longer involved)
Modified: 2012-01-08 14:38 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gérard Talbot (no longer involved) 2011-01-17 05:11:44 UTC
Version:           4.5.5 (using KDE 4.5.5) 
OS:                Linux

If 2 collapsing borders have the same 'border-width', then 'ridge' border-style wins over 'outset' border-style.

3 testcases:

a) 
http://test.csswg.org/suites/css2.1/20110111/html4/border-conflict-style-079.htm

b) 
http://test.csswg.org/suites/css2.1/20110111/html4/border-conflict-style-088.htm

c) 
http://www.gtalbot.org/BrowserBugsSection/Konqueror4Bugs/ridge-wins-over-outset.html

CSS 2.1, section 17.6.2.1 Border conflict resolution states

"
If several have the same 'border-width' then styles are preferred in this order: 'double', 'solid', 'dashed', 'dotted', 'ridge', 'outset', 'groove', and the lowest: 'inset'.
"
http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution

Reproducible: Always

Steps to Reproduce:
Load 3 provided testcases

Actual Results:  
There is a red outset border in all 3 testcases

Expected Results:  
There should be a green ridge border in all 3 testcases.

Linux 2.6.35-24-generic-pae, i686 (32bits), Qt 4.7.0, Konqueror 4.5.5 here.
Comment 1 Allan Sandfeld 2011-03-27 18:15:18 UTC
Test is passed by firefox and opera, while webkitpart renders like khtml