This is a list of tests from the Test Suite where Konqueror fails. I don't know whether it is a Konqueror limitation or jQuery, so i am posting so that the devs can look at the functions and, if possible, tweak/fix them for Konqueror where applicable. I am cross-posting on KDE bugs.
22. core module: css(String|Hash) (7, 12, 19)
- Modifying CSS display: Assert element is visible
- Assert opacity is 0.25 as a String
- Assert opacity is 0.25 as a Number
- Assert opacity is 0.5 as a String
- Assert opacity is 0.5 as a Number
- Assert opacity is 0.75 as a String
- Assert opacity is 0.75 as a Number
23. core module: css(String, Object) (7, 14, 21)
- Modifying CSS display: Assert element is visible
- Assert opacity is 0.25 as a String
- Assert opacity is 0.25 as a Number
- Assert opacity is 0.5 as a String
- Assert opacity is 0.5 as a Number
- Assert opacity is 0.75 as a String
- Assert opacity is 0.75 as a Number
25. core module: width() (2, 7, 9)
- Test padding specified with percent expected: 30 actual: 92
- Test hidden div expected: 30 actual: 92
26. core module: height() (2, 6, 8)
- Test padding specified with percent expected: 30 actual: 92
- Test hidden div expected: 30 actual: 92
31. core module: append(String|Element|Array<Element>|jQuery) (2, 19, 21)
- Check for appending text with spaces
- Test for appending a DOM node to the contents of an IFrame
48. core module: val(String) (2, 4, 6)
- Died on test #5: Error: DOM Exception 8
- Expected 4 assertions, but 5 were run
74. core module: contents() (2, 1, 3)
- Died on test #2: TypeError?: Undefined value
- Expected 12 assertions, but 2 were run
82. selector module: attributes (1, 19, 20)
- Select options via [selected] (#select1 option[selected]) expected: [ option#option1a ] result: [ ]
83. selector module: pseudo (:) selectors (3, 32, 35)
- Selected Option Element (#form option:selected) expected: [ option#option1a, option#option2d, option#option3b, option#option3c ] result: [ option#option2d, option#option3b, option#option3c ]
- Is Visible (#form input:visible) expected: [ input#text1, input#text2, input#radio1, input#radio2, input#check1, input#check2, input#name ] result: [ ]
- Is Hidden (#form input:hidden) expected: [ input#hidden1, input#hidden2 ] result: [ input#text1, input#text2, input#radio1, input#radio2, input#check1, input#check2, input#hidden1, input#hidden2, input#name ]