Til now I was not aware that there is a nice log variable being written to when you run the acidtests. (Unless I found it and then forgot.)
We can echo it from jdb and find out some rich detail about the tests that are failing.
jdb logTest 00 failed: expected 'pre-wrap' but got 'undefined' - found unexpected computed style
Test 01 failed: undefined not callable Test 02 failed: undefined not callable Test 03 failed: undefined not callable Test 04 failed: undefined not callable Test 05 failed: undefined not callable Test 06 failed: undefined not callable Test 07 failed: undefined not callable Test 08 failed: undefined not callable Test 09 failed: undefined not callable Test 11 failed: undefined not callable Test 12 failed: undefined not callable Test 13 failed: undefined not callable Test 14 failed: no <iframe> support Test 15 failed: no <iframe> support Test 16 failed: cannot read property 'appendChild' of undefined Test 17 failed: cannot read property 'hasAttribute' of undefined Test 18 failed: expected '10' but got '1' - DOCTYPE nodeType wrongTest 19 failed: expected '11' but got 'undefined' - document DOCUMENT_FRAGMENT_NODE constant missing or wrong Test 20 failed: didn't raise the right exception for null byte in createElement()
Test 21 failed: undefined not callable
Test 22 failed: no exception for createElement('<div>')
Test 23 failed: expected '5' but got 'undefined' - wrong exception for
createElementNS('null', '<div>')
Test 24 failed: expected 'update() /* this attribute's value is tested in
one of the tests */ ' but got 'function global() { [ecmascript code] }' -
onload value wrong
Test 25 failed: exceptions don't have all the constants Test 26 failed: undefined not callable Test 27 failed: cannot read property 0 of null Test 28 failed: getElementById() didn't return the right element Test 29 failed: cannot read property 'cloneNode' of undefined Test 30 failed: undefined not callable Test 31 failed: undefined not callable Test 32 failed: undefined not callable Test 33 failed: expected '0' but got 'undefined' - failure 1Test 34 failed: expected '0' but got 'undefined' - lang=english should not be matched by :lang(en) Test 35 failed: expected '0' but got 'undefined' - root element, with no parent node, claims to be a :first-child Test 36 failed: expected '0' but got 'undefined' - control test for :last-child failed Test 37 failed: expected '0' but got 'undefined' - control test for :only-child failed Test 38 failed: expected '1' but got 'undefined' - empty p element didn't match :empty Test 39 failed: expected '1' but got 'undefined' - :nth-child(odd) failed with child 0
Test 40 failed: expected '1' but got 'undefined' - part 1:0 Test 41 failed: expected '0' but got 'undefined' - root was :not(:root) Test 42 failed: expected '0' but got 'undefined' - failure 1 Test 43 failed: expected '0' but got 'undefined' - control failure Test 44 failed: expected '0' but got 'undefined' - misparsed selectorsTest 45 failed: expected 'right' but got 'undefined' - body doesn't have floatation
Test 46 failed: cannot read property 'style' of undefined Test 47 failed: expected 'auto' but got 'undefined' - control failed Test 48 failed: cannot read property 'appendChild' of undefined Test 49 failed: initially: tBodies Test 50 failed: cannot read property 0 of undefined Test 51 failed: undefined not callable Test 52 failed: cannot read property 'elements' of undefined Test 53 failed: value attribute wrong Test 54 failed: cannot read property 'getAttribute' of undefined Test 55 failed: cannot read property 'appendChild' of undefined Test 56 failed: cannot read property 'appendChild' of undefined Test 57 failed: undefined not callable Test 58 failed: defaultSelected didn't takeTest 59 failed: expected 'submit' but got 'undefined' - <button> doesn't have type=submit
Test 60 failed: cannot read property 'setAttribute' of undefined Test 61 failed: element had attribute on creation Test 62 failed: cannot read property 'className' of undefined Test 63 failed: cannot read property 'getAttribute' of undefinedTest 64 failed: expected './test.html' but got 'test.html' - object elements didn't resolve URIs correctly
Test 65 failed: cannot read property 'appendChild' of undefined Test 69 failed: kungFuDeathGrip.title was null Test 71 failed: missing document for test Test 72 failed: missing document for test Test 73 failed: cannot read property 'createElement' of undefinedTest 74 failed: contentDocument failed for <iframe> referencing an svg document.
Test 75 failed: contentDocument failed on <iframe> for svg document. Test 76 failed: contentDocument failed on <object> for svg document. Test 77 failed: contentDocument failed on <object> for svg document. Test 78 failed: contentDocument failed on <object> for svg document. Test 79 failed: cannot read property 'hasChildNodes' of undefined Test 80 failed: linktest was null Test 98 failed: undefined not callable Total elapsed time: 0.17s _______________________________________________ Edbrowse-dev mailing list [email protected] http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev
