Projects/Acid3: Difference between revisions

From KDE TechBase
(Description of some Acid3 failures.)
 
Line 12: Line 12:
| 13 || DOM Range || Unhandled mutation ||
| 13 || DOM Range || Unhandled mutation ||
|-
|-
| 29 || HTML Parser || || Parser bug
| Red image(16) || Part loading || Not doing fall-back content || ... when no mimetype specified (WIP)
|-
|-
| 35 || CSS || || getComputedStyle()
| 29 || HTML Parser || || Parser bug: table missing whitespace kid
|-
|-
| 41 || CSS ||  || getComputedStyle()
| 35 || CSS ||  || getComputedStyle() on <head> (no renderer)
|-
| 41 || CSS ||  || getComputedStyle() on something else rendererless
|-
|-
| 43 ||  ||  || Checkboxes, value, attributes
| 43 ||  ||  || Checkboxes, value, attributes
|-
| 48 (red linktest failed) || CSS || :visited doesn't match relative URL right ||
|-
|-
| 51 || DOM2 Table || Stray row || Buggy test. Discussing with Ian Hickson.
| 51 || DOM2 Table || Stray row || Buggy test. Discussing with Ian Hickson.

Revision as of 21:51, 1 April 2008

Acid3 Test Failures of KHTML

Test No Area Diagnosis Comment
11 DOM Range Exception condition Vague spec
13 DOM Range Unhandled mutation
Red image(16) Part loading Not doing fall-back content ... when no mimetype specified (WIP)
29 HTML Parser Parser bug: table missing whitespace kid
35 CSS getComputedStyle() on <head> (no renderer)
41 CSS getComputedStyle() on something else rendererless
43 Checkboxes, value, attributes
48 (red linktest failed) CSS :visited doesn't match relative URL right
51 DOM2 Table Stray row Buggy test. Discussing with Ian Hickson.
89 JS RegExp Lacking syntax check Perl-centric PCRE behavior
90 JS RegExp References Perl-centric PCRE behavior