Bug 76994

Summary: WebKit fails IETC fieldset:enabled test
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: code.vineet, tkent, zeno
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 58837    
Bug Blocks: 76198    

Description Eric Seidel (no email) 2012-01-25 02:18:05 PST
WebKit fails IETC fieldset:enabled test

http://samples.msdn.microsoft.com/ietestcenter/css3/showselectorstest.htm?fieldset
Comment 1 Eric Seidel (no email) 2012-01-25 02:43:31 PST
http://samples.msdn.microsoft.com/ietestcenter/css3/selectors/fieldset.htm is the actual test. (outside of the harness)
Comment 2 Zeno Albisser 2012-02-03 11:06:33 PST
I can clearly see that the "enabled" attribute is still missing.
But looking at the provided test case i am wondering why this should NOT fail.

The test updates the color of the div element "test" to red, and then tests if it is still green?
Or did i get something wrong?
Comment 3 Kent Tamura 2012-04-01 20:52:20 PDT
I read the source code of the test, and I'm afraid the test is wrong.

http://samples.msdn.microsoft.com/ietestcenter/#css3selectors
Firefox and Opera fail with this test.