Bug 76994 - WebKit fails IETC fieldset:enabled test
Summary: WebKit fails IETC fieldset:enabled test
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 58837
Blocks: 76198
  Show dependency treegraph
 
Reported: 2012-01-25 02:18 PST by Eric Seidel (no email)
Modified: 2012-04-01 20:52 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.