Bug 76994
| Summary: | WebKit fails IETC fieldset:enabled test | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | CSS | Assignee: | 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 | ||
Eric Seidel (no email)
WebKit fails IETC fieldset:enabled test
http://samples.msdn.microsoft.com/ietestcenter/css3/showselectorstest.htm?fieldset
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
http://samples.msdn.microsoft.com/ietestcenter/css3/selectors/fieldset.htm is the actual test. (outside of the harness)
Zeno Albisser
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?
Kent Tamura
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.