Changeset 197220 in webkit


Ignore:
Timestamp:
Feb 26, 2016 4:37:04 PM (8 years ago)
Author:
Ryan Haddad
Message:

Rebaseline tests for ios-simulator after r197162

Unreviewed test gardening.

  • platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
  • platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/type-change-state-expected.txt:
  • platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/indeterminate-radio-expected.txt: Added.
Location:
trunk/LayoutTests
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r197216 r197220  
     12016-02-26  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Rebaseline tests for ios-simulator after r197162
     4
     5        Unreviewed test gardening.
     6
     7        * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
     8        * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/type-change-state-expected.txt:
     9        * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/indeterminate-radio-expected.txt: Added.
     10
    1112016-02-26  Commit Queue  <commit-queue@webkit.org>
    212
  • trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt

    r196941 r197220  
    1 CONSOLE MESSAGE: line 198: callback not yet supported
    2 CONSOLE MESSAGE: line 198: callback not yet supported
    3 CONSOLE MESSAGE: line 198: callback not yet supported
    4 CONSOLE MESSAGE: line 198: callback not yet supported
    5 CONSOLE MESSAGE: line 198: callback not yet supported
    6 CONSOLE MESSAGE: line 198: callback not yet supported
    7 CONSOLE MESSAGE: line 198: callback not yet supported
     1CONSOLE MESSAGE: line 226: callback not yet supported
     2CONSOLE MESSAGE: line 226: callback not yet supported
     3CONSOLE MESSAGE: line 226: callback not yet supported
     4CONSOLE MESSAGE: line 226: callback not yet supported
     5CONSOLE MESSAGE: line 226: callback not yet supported
     6CONSOLE MESSAGE: line 226: callback not yet supported
     7CONSOLE MESSAGE: line 226: callback not yet supported
    88HTML IDL tests
    99
     
    138138PASS Document interface: iframe.contentDocument must inherit property "getElementsByTagName" with the proper type (11)
    139139FAIL Document interface: calling getElementsByTagName(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    140     [native code]
    141 }" did not throw
     140            fn.apply(obj, args);
     141        }" did not throw
    142142PASS Document interface: iframe.contentDocument must inherit property "getElementsByTagNameNS" with the proper type (12)
    143143FAIL Document interface: calling getElementsByTagNameNS(DOMString,DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    144     [native code]
    145 }" did not throw
     144            fn.apply(obj, args);
     145        }" did not throw
    146146PASS Document interface: iframe.contentDocument must inherit property "getElementsByClassName" with the proper type (13)
    147147FAIL Document interface: calling getElementsByClassName(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    148     [native code]
    149 }" did not throw
     148            fn.apply(obj, args);
     149        }" did not throw
    150150PASS Document interface: iframe.contentDocument must inherit property "createElement" with the proper type (14)
    151151PASS Document interface: calling createElement(DOMString) on iframe.contentDocument with too few arguments must throw TypeError
    152152PASS Document interface: iframe.contentDocument must inherit property "createElementNS" with the proper type (15)
    153153FAIL Document interface: calling createElementNS(DOMString,DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    154     [native code]
    155 }" did not throw
     154            fn.apply(obj, args);
     155        }" did not throw
    156156PASS Document interface: iframe.contentDocument must inherit property "createDocumentFragment" with the proper type (16)
    157157PASS Document interface: iframe.contentDocument must inherit property "createTextNode" with the proper type (17)
    158158FAIL Document interface: calling createTextNode(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    159     [native code]
    160 }" did not throw
     159            fn.apply(obj, args);
     160        }" did not throw
    161161PASS Document interface: iframe.contentDocument must inherit property "createComment" with the proper type (18)
    162162FAIL Document interface: calling createComment(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    163     [native code]
    164 }" did not throw
     163            fn.apply(obj, args);
     164        }" did not throw
    165165PASS Document interface: iframe.contentDocument must inherit property "createProcessingInstruction" with the proper type (19)
    166166FAIL Document interface: calling createProcessingInstruction(DOMString,DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    167     [native code]
    168 }" did not throw
     167            fn.apply(obj, args);
     168        }" did not throw
    169169PASS Document interface: iframe.contentDocument must inherit property "importNode" with the proper type (20)
    170170FAIL Document interface: calling importNode(Node,boolean) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    171     [native code]
    172 }" threw object "Error: NotSupportedError: DOM Exception 9" ("NotSupportedError") expected object "TypeError" ("TypeError")
     171            fn.apply(obj, args);
     172        }" threw object "Error: NotSupportedError: DOM Exception 9" ("NotSupportedError") expected object "TypeError" ("TypeError")
    173173PASS Document interface: iframe.contentDocument must inherit property "adoptNode" with the proper type (21)
    174174FAIL Document interface: calling adoptNode(Node) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    175     [native code]
    176 }" threw object "Error: NotSupportedError: DOM Exception 9" ("NotSupportedError") expected object "TypeError" ("TypeError")
     175            fn.apply(obj, args);
     176        }" threw object "Error: NotSupportedError: DOM Exception 9" ("NotSupportedError") expected object "TypeError" ("TypeError")
    177177PASS Document interface: iframe.contentDocument must inherit property "createAttribute" with the proper type (22)
    178178FAIL Document interface: calling createAttribute(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    179     [native code]
    180 }" did not throw
     179            fn.apply(obj, args);
     180        }" did not throw
    181181PASS Document interface: iframe.contentDocument must inherit property "createAttributeNS" with the proper type (23)
    182182FAIL Document interface: calling createAttributeNS(DOMString,DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    183     [native code]
    184 }" did not throw
     183            fn.apply(obj, args);
     184        }" did not throw
    185185PASS Document interface: iframe.contentDocument must inherit property "createEvent" with the proper type (24)
    186186FAIL Document interface: calling createEvent(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    187     [native code]
    188 }" threw object "Error: NotSupportedError: DOM Exception 9" ("NotSupportedError") expected object "TypeError" ("TypeError")
     187            fn.apply(obj, args);
     188        }" threw object "Error: NotSupportedError: DOM Exception 9" ("NotSupportedError") expected object "TypeError" ("TypeError")
    189189PASS Document interface: iframe.contentDocument must inherit property "createRange" with the proper type (25)
    190190PASS Document interface: iframe.contentDocument must inherit property "createNodeIterator" with the proper type (26)
     
    217217PASS Document interface: iframe.contentDocument must inherit property "getElementsByName" with the proper type (51)
    218218FAIL Document interface: calling getElementsByName(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    219     [native code]
    220 }" did not throw
     219            fn.apply(obj, args);
     220        }" did not throw
    221221FAIL Document interface: iframe.contentDocument must inherit property "getItems" with the proper type (52) assert_inherits: property "getItems" not found in prototype chain
    222222FAIL Document interface: calling getItems(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_inherits: property "getItems" not found in prototype chain
     
    238238PASS Document interface: iframe.contentDocument must inherit property "execCommand" with the proper type (64)
    239239FAIL Document interface: calling execCommand(DOMString,boolean,DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    240     [native code]
    241 }" did not throw
     240            fn.apply(obj, args);
     241        }" did not throw
    242242PASS Document interface: iframe.contentDocument must inherit property "queryCommandEnabled" with the proper type (65)
    243243FAIL Document interface: calling queryCommandEnabled(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    244     [native code]
    245 }" did not throw
     244            fn.apply(obj, args);
     245        }" did not throw
    246246PASS Document interface: iframe.contentDocument must inherit property "queryCommandIndeterm" with the proper type (66)
    247247FAIL Document interface: calling queryCommandIndeterm(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    248     [native code]
    249 }" did not throw
     248            fn.apply(obj, args);
     249        }" did not throw
    250250PASS Document interface: iframe.contentDocument must inherit property "queryCommandState" with the proper type (67)
    251251FAIL Document interface: calling queryCommandState(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    252     [native code]
    253 }" did not throw
     252            fn.apply(obj, args);
     253        }" did not throw
    254254PASS Document interface: iframe.contentDocument must inherit property "queryCommandSupported" with the proper type (68)
    255255FAIL Document interface: calling queryCommandSupported(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    256     [native code]
    257 }" did not throw
     256            fn.apply(obj, args);
     257        }" did not throw
    258258PASS Document interface: iframe.contentDocument must inherit property "queryCommandValue" with the proper type (69)
    259259FAIL Document interface: calling queryCommandValue(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    260     [native code]
    261 }" did not throw
     260            fn.apply(obj, args);
     261        }" did not throw
    262262FAIL Document interface: iframe.contentDocument must inherit property "commands" with the proper type (70) assert_inherits: property "commands" not found in prototype chain
    263263PASS Document interface: iframe.contentDocument must inherit property "onreadystatechange" with the proper type (71)
     
    275275PASS Document interface: iframe.contentDocument must inherit property "getElementById" with the proper type (83)
    276276FAIL Document interface: calling getElementById(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    277     [native code]
    278 }" did not throw
     277            fn.apply(obj, args);
     278        }" did not throw
    279279PASS Document interface: iframe.contentDocument must inherit property "children" with the proper type (84)
    280280PASS Document interface: iframe.contentDocument must inherit property "firstElementChild" with the proper type (85)
     
    387387PASS Node interface: iframe.contentDocument must inherit property "isEqualNode" with the proper type (28)
    388388FAIL Node interface: calling isEqualNode(Node) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    389     [native code]
    390 }" did not throw
     389            fn.apply(obj, args);
     390        }" did not throw
    391391PASS Node interface: iframe.contentDocument must inherit property "DOCUMENT_POSITION_DISCONNECTED" with the proper type (29)
    392392PASS Node interface: iframe.contentDocument must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type (30)
     
    397397PASS Node interface: iframe.contentDocument must inherit property "compareDocumentPosition" with the proper type (35)
    398398FAIL Node interface: calling compareDocumentPosition(Node) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    399     [native code]
    400 }" did not throw
     399            fn.apply(obj, args);
     400        }" did not throw
    401401PASS Node interface: iframe.contentDocument must inherit property "contains" with the proper type (36)
    402402FAIL Node interface: calling contains(Node) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    403     [native code]
    404 }" did not throw
     403            fn.apply(obj, args);
     404        }" did not throw
    405405PASS Node interface: iframe.contentDocument must inherit property "lookupPrefix" with the proper type (37)
    406406FAIL Node interface: calling lookupPrefix(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    407     [native code]
    408 }" did not throw
     407            fn.apply(obj, args);
     408        }" did not throw
    409409PASS Node interface: iframe.contentDocument must inherit property "lookupNamespaceURI" with the proper type (38)
    410410FAIL Node interface: calling lookupNamespaceURI(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    411     [native code]
    412 }" did not throw
     411            fn.apply(obj, args);
     412        }" did not throw
    413413PASS Node interface: iframe.contentDocument must inherit property "isDefaultNamespace" with the proper type (39)
    414414FAIL Node interface: calling isDefaultNamespace(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    415     [native code]
    416 }" did not throw
     415            fn.apply(obj, args);
     416        }" did not throw
    417417PASS Node interface: iframe.contentDocument must inherit property "insertBefore" with the proper type (40)
    418418FAIL Node interface: calling insertBefore(Node,Node) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 1 arguments function "function () {
    419     [native code]
    420 }" threw object "Error: HierarchyRequestError: DOM Exception 3" ("HierarchyRequestError") expected object "TypeError" ("TypeError")
     419            fn.apply(obj, args);
     420        }" threw object "Error: HierarchyRequestError: DOM Exception 3" ("HierarchyRequestError") expected object "TypeError" ("TypeError")
    421421PASS Node interface: iframe.contentDocument must inherit property "appendChild" with the proper type (41)
    422422PASS Node interface: calling appendChild(Node) on iframe.contentDocument with too few arguments must throw TypeError
     
    427427PASS EventTarget interface: iframe.contentDocument must inherit property "addEventListener" with the proper type (0)
    428428FAIL EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    429     [native code]
    430 }" did not throw
     429            fn.apply(obj, args);
     430        }" did not throw
    431431PASS EventTarget interface: iframe.contentDocument must inherit property "removeEventListener" with the proper type (1)
    432432FAIL EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    433     [native code]
    434 }" did not throw
     433            fn.apply(obj, args);
     434        }" did not throw
    435435PASS EventTarget interface: iframe.contentDocument must inherit property "dispatchEvent" with the proper type (2)
    436436PASS EventTarget interface: calling dispatchEvent(Event) on iframe.contentDocument with too few arguments must throw TypeError
     
    453453PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "getElementsByTagName" with the proper type (11)
    454454FAIL Document interface: calling getElementsByTagName(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    455     [native code]
    456 }" did not throw
     455            fn.apply(obj, args);
     456        }" did not throw
    457457PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "getElementsByTagNameNS" with the proper type (12)
    458458FAIL Document interface: calling getElementsByTagNameNS(DOMString,DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    459     [native code]
    460 }" did not throw
     459            fn.apply(obj, args);
     460        }" did not throw
    461461PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "getElementsByClassName" with the proper type (13)
    462462FAIL Document interface: calling getElementsByClassName(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    463     [native code]
    464 }" did not throw
     463            fn.apply(obj, args);
     464        }" did not throw
    465465PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "createElement" with the proper type (14)
    466466PASS Document interface: calling createElement(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError
    467467PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "createElementNS" with the proper type (15)
    468468FAIL Document interface: calling createElementNS(DOMString,DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    469     [native code]
    470 }" did not throw
     469            fn.apply(obj, args);
     470        }" did not throw
    471471PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "createDocumentFragment" with the proper type (16)
    472472PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "createTextNode" with the proper type (17)
    473473FAIL Document interface: calling createTextNode(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    474     [native code]
    475 }" did not throw
     474            fn.apply(obj, args);
     475        }" did not throw
    476476PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "createComment" with the proper type (18)
    477477FAIL Document interface: calling createComment(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    478     [native code]
    479 }" did not throw
     478            fn.apply(obj, args);
     479        }" did not throw
    480480PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "createProcessingInstruction" with the proper type (19)
    481481FAIL Document interface: calling createProcessingInstruction(DOMString,DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    482     [native code]
    483 }" did not throw
     482            fn.apply(obj, args);
     483        }" did not throw
    484484PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "importNode" with the proper type (20)
    485485FAIL Document interface: calling importNode(Node,boolean) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    486     [native code]
    487 }" threw object "Error: NotSupportedError: DOM Exception 9" ("NotSupportedError") expected object "TypeError" ("TypeError")
     486            fn.apply(obj, args);
     487        }" threw object "Error: NotSupportedError: DOM Exception 9" ("NotSupportedError") expected object "TypeError" ("TypeError")
    488488PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "adoptNode" with the proper type (21)
    489489FAIL Document interface: calling adoptNode(Node) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    490     [native code]
    491 }" threw object "Error: NotSupportedError: DOM Exception 9" ("NotSupportedError") expected object "TypeError" ("TypeError")
     490            fn.apply(obj, args);
     491        }" threw object "Error: NotSupportedError: DOM Exception 9" ("NotSupportedError") expected object "TypeError" ("TypeError")
    492492PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "createAttribute" with the proper type (22)
    493493FAIL Document interface: calling createAttribute(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    494     [native code]
    495 }" did not throw
     494            fn.apply(obj, args);
     495        }" did not throw
    496496PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "createAttributeNS" with the proper type (23)
    497497FAIL Document interface: calling createAttributeNS(DOMString,DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    498     [native code]
    499 }" did not throw
     498            fn.apply(obj, args);
     499        }" did not throw
    500500PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "createEvent" with the proper type (24)
    501501FAIL Document interface: calling createEvent(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    502     [native code]
    503 }" threw object "Error: NotSupportedError: DOM Exception 9" ("NotSupportedError") expected object "TypeError" ("TypeError")
     502            fn.apply(obj, args);
     503        }" threw object "Error: NotSupportedError: DOM Exception 9" ("NotSupportedError") expected object "TypeError" ("TypeError")
    504504PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "createRange" with the proper type (25)
    505505PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "createNodeIterator" with the proper type (26)
     
    532532PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "getElementsByName" with the proper type (51)
    533533FAIL Document interface: calling getElementsByName(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    534     [native code]
    535 }" did not throw
     534            fn.apply(obj, args);
     535        }" did not throw
    536536FAIL Document interface: document.implementation.createDocument(null, "", null) must inherit property "getItems" with the proper type (52) assert_inherits: property "getItems" not found in prototype chain
    537537FAIL Document interface: calling getItems(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_inherits: property "getItems" not found in prototype chain
     
    553553PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "execCommand" with the proper type (64)
    554554FAIL Document interface: calling execCommand(DOMString,boolean,DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    555     [native code]
    556 }" did not throw
     555            fn.apply(obj, args);
     556        }" did not throw
    557557PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandEnabled" with the proper type (65)
    558558FAIL Document interface: calling queryCommandEnabled(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    559     [native code]
    560 }" did not throw
     559            fn.apply(obj, args);
     560        }" did not throw
    561561PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandIndeterm" with the proper type (66)
    562562FAIL Document interface: calling queryCommandIndeterm(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    563     [native code]
    564 }" did not throw
     563            fn.apply(obj, args);
     564        }" did not throw
    565565PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandState" with the proper type (67)
    566566FAIL Document interface: calling queryCommandState(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    567     [native code]
    568 }" did not throw
     567            fn.apply(obj, args);
     568        }" did not throw
    569569PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandSupported" with the proper type (68)
    570570FAIL Document interface: calling queryCommandSupported(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    571     [native code]
    572 }" did not throw
     571            fn.apply(obj, args);
     572        }" did not throw
    573573PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandValue" with the proper type (69)
    574574FAIL Document interface: calling queryCommandValue(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    575     [native code]
    576 }" did not throw
     575            fn.apply(obj, args);
     576        }" did not throw
    577577FAIL Document interface: document.implementation.createDocument(null, "", null) must inherit property "commands" with the proper type (70) assert_inherits: property "commands" not found in prototype chain
    578578PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "onreadystatechange" with the proper type (71)
     
    590590PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "getElementById" with the proper type (83)
    591591FAIL Document interface: calling getElementById(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    592     [native code]
    593 }" did not throw
     592            fn.apply(obj, args);
     593        }" did not throw
    594594PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "children" with the proper type (84)
    595595PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "firstElementChild" with the proper type (85)
     
    702702PASS Node interface: document.implementation.createDocument(null, "", null) must inherit property "isEqualNode" with the proper type (28)
    703703FAIL Node interface: calling isEqualNode(Node) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    704     [native code]
    705 }" did not throw
     704            fn.apply(obj, args);
     705        }" did not throw
    706706PASS Node interface: document.implementation.createDocument(null, "", null) must inherit property "DOCUMENT_POSITION_DISCONNECTED" with the proper type (29)
    707707PASS Node interface: document.implementation.createDocument(null, "", null) must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type (30)
     
    712712PASS Node interface: document.implementation.createDocument(null, "", null) must inherit property "compareDocumentPosition" with the proper type (35)
    713713FAIL Node interface: calling compareDocumentPosition(Node) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    714     [native code]
    715 }" did not throw
     714            fn.apply(obj, args);
     715        }" did not throw
    716716PASS Node interface: document.implementation.createDocument(null, "", null) must inherit property "contains" with the proper type (36)
    717717FAIL Node interface: calling contains(Node) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    718     [native code]
    719 }" did not throw
     718            fn.apply(obj, args);
     719        }" did not throw
    720720PASS Node interface: document.implementation.createDocument(null, "", null) must inherit property "lookupPrefix" with the proper type (37)
    721721FAIL Node interface: calling lookupPrefix(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    722     [native code]
    723 }" did not throw
     722            fn.apply(obj, args);
     723        }" did not throw
    724724PASS Node interface: document.implementation.createDocument(null, "", null) must inherit property "lookupNamespaceURI" with the proper type (38)
    725725FAIL Node interface: calling lookupNamespaceURI(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    726     [native code]
    727 }" did not throw
     726            fn.apply(obj, args);
     727        }" did not throw
    728728PASS Node interface: document.implementation.createDocument(null, "", null) must inherit property "isDefaultNamespace" with the proper type (39)
    729729FAIL Node interface: calling isDefaultNamespace(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    730     [native code]
    731 }" did not throw
     730            fn.apply(obj, args);
     731        }" did not throw
    732732PASS Node interface: document.implementation.createDocument(null, "", null) must inherit property "insertBefore" with the proper type (40)
    733733FAIL Node interface: calling insertBefore(Node,Node) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 1 arguments function "function () {
    734     [native code]
    735 }" threw object "Error: HierarchyRequestError: DOM Exception 3" ("HierarchyRequestError") expected object "TypeError" ("TypeError")
     734            fn.apply(obj, args);
     735        }" threw object "Error: HierarchyRequestError: DOM Exception 3" ("HierarchyRequestError") expected object "TypeError" ("TypeError")
    736736PASS Node interface: document.implementation.createDocument(null, "", null) must inherit property "appendChild" with the proper type (41)
    737737PASS Node interface: calling appendChild(Node) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError
     
    742742PASS EventTarget interface: document.implementation.createDocument(null, "", null) must inherit property "addEventListener" with the proper type (0)
    743743FAIL EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    744     [native code]
    745 }" did not throw
     744            fn.apply(obj, args);
     745        }" did not throw
    746746PASS EventTarget interface: document.implementation.createDocument(null, "", null) must inherit property "removeEventListener" with the proper type (1)
    747747FAIL EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    748     [native code]
    749 }" did not throw
     748            fn.apply(obj, args);
     749        }" did not throw
    750750PASS EventTarget interface: document.implementation.createDocument(null, "", null) must inherit property "dispatchEvent" with the proper type (2)
    751751PASS EventTarget interface: calling dispatchEvent(Event) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError
     
    10581058PASS Element interface: document.createElement("noscript") must inherit property "getAttribute" with the proper type (9)
    10591059FAIL Element interface: calling getAttribute(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1060     [native code]
    1061 }" did not throw
     1060            fn.apply(obj, args);
     1061        }" did not throw
    10621062PASS Element interface: document.createElement("noscript") must inherit property "getAttributeNS" with the proper type (10)
    10631063FAIL Element interface: calling getAttributeNS(DOMString,DOMString) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1064     [native code]
    1065 }" did not throw
     1064            fn.apply(obj, args);
     1065        }" did not throw
    10661066PASS Element interface: document.createElement("noscript") must inherit property "setAttribute" with the proper type (11)
    10671067FAIL Element interface: calling setAttribute(DOMString,DOMString) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1068     [native code]
    1069 }" did not throw
     1068            fn.apply(obj, args);
     1069        }" did not throw
    10701070PASS Element interface: document.createElement("noscript") must inherit property "setAttributeNS" with the proper type (12)
    10711071FAIL Element interface: calling setAttributeNS(DOMString,DOMString,DOMString) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1072     [native code]
    1073 }" did not throw
     1072            fn.apply(obj, args);
     1073        }" did not throw
    10741074PASS Element interface: document.createElement("noscript") must inherit property "removeAttribute" with the proper type (13)
    10751075FAIL Element interface: calling removeAttribute(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1076     [native code]
    1077 }" did not throw
     1076            fn.apply(obj, args);
     1077        }" did not throw
    10781078PASS Element interface: document.createElement("noscript") must inherit property "removeAttributeNS" with the proper type (14)
    10791079PASS Element interface: calling removeAttributeNS(DOMString,DOMString) on document.createElement("noscript") with too few arguments must throw TypeError
     
    10821082PASS Element interface: document.createElement("noscript") must inherit property "hasAttributeNS" with the proper type (16)
    10831083FAIL Element interface: calling hasAttributeNS(DOMString,DOMString) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1084     [native code]
    1085 }" did not throw
     1084            fn.apply(obj, args);
     1085        }" did not throw
    10861086PASS Element interface: document.createElement("noscript") must inherit property "getAttributeNode" with the proper type (17)
    10871087FAIL Element interface: calling getAttributeNode(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1088     [native code]
    1089 }" did not throw
     1088            fn.apply(obj, args);
     1089        }" did not throw
    10901090PASS Element interface: document.createElement("noscript") must inherit property "getAttributeNodeNS" with the proper type (18)
    10911091FAIL Element interface: calling getAttributeNodeNS(DOMString,DOMString) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1092     [native code]
    1093 }" did not throw
     1092            fn.apply(obj, args);
     1093        }" did not throw
    10941094PASS Element interface: document.createElement("noscript") must inherit property "setAttributeNode" with the proper type (19)
    10951095FAIL Element interface: calling setAttributeNode(Attr) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1096     [native code]
    1097 }" threw object "Error: TypeMismatchError: DOM Exception 17" ("TypeMismatchError") expected object "TypeError" ("TypeError")
     1096            fn.apply(obj, args);
     1097        }" threw object "Error: TypeMismatchError: DOM Exception 17" ("TypeMismatchError") expected object "TypeError" ("TypeError")
    10981098PASS Element interface: document.createElement("noscript") must inherit property "setAttributeNodeNS" with the proper type (20)
    10991099FAIL Element interface: calling setAttributeNodeNS(Attr) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1100     [native code]
    1101 }" threw object "Error: TypeMismatchError: DOM Exception 17" ("TypeMismatchError") expected object "TypeError" ("TypeError")
     1100            fn.apply(obj, args);
     1101        }" threw object "Error: TypeMismatchError: DOM Exception 17" ("TypeMismatchError") expected object "TypeError" ("TypeError")
    11021102PASS Element interface: document.createElement("noscript") must inherit property "removeAttributeNode" with the proper type (21)
    11031103FAIL Element interface: calling removeAttributeNode(Attr) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1104     [native code]
    1105 }" threw object "Error: TypeMismatchError: DOM Exception 17" ("TypeMismatchError") expected object "TypeError" ("TypeError")
     1104            fn.apply(obj, args);
     1105        }" threw object "Error: TypeMismatchError: DOM Exception 17" ("TypeMismatchError") expected object "TypeError" ("TypeError")
    11061106PASS Element interface: document.createElement("noscript") must inherit property "closest" with the proper type (22)
    11071107PASS Element interface: calling closest(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError
     
    11101110PASS Element interface: document.createElement("noscript") must inherit property "getElementsByTagName" with the proper type (24)
    11111111FAIL Element interface: calling getElementsByTagName(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1112     [native code]
    1113 }" did not throw
     1112            fn.apply(obj, args);
     1113        }" did not throw
    11141114PASS Element interface: document.createElement("noscript") must inherit property "getElementsByTagNameNS" with the proper type (25)
    11151115FAIL Element interface: calling getElementsByTagNameNS(DOMString,DOMString) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1116     [native code]
    1117 }" did not throw
     1116            fn.apply(obj, args);
     1117        }" did not throw
    11181118PASS Element interface: document.createElement("noscript") must inherit property "getElementsByClassName" with the proper type (26)
    11191119FAIL Element interface: calling getElementsByClassName(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1120     [native code]
    1121 }" did not throw
     1120            fn.apply(obj, args);
     1121        }" did not throw
    11221122PASS Element interface: document.createElement("noscript") must inherit property "children" with the proper type (27)
    11231123PASS Element interface: document.createElement("noscript") must inherit property "firstElementChild" with the proper type (28)
     
    11761176PASS Node interface: document.createElement("noscript") must inherit property "isEqualNode" with the proper type (28)
    11771177FAIL Node interface: calling isEqualNode(Node) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1178     [native code]
    1179 }" did not throw
     1178            fn.apply(obj, args);
     1179        }" did not throw
    11801180PASS Node interface: document.createElement("noscript") must inherit property "DOCUMENT_POSITION_DISCONNECTED" with the proper type (29)
    11811181PASS Node interface: document.createElement("noscript") must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type (30)
     
    11861186PASS Node interface: document.createElement("noscript") must inherit property "compareDocumentPosition" with the proper type (35)
    11871187FAIL Node interface: calling compareDocumentPosition(Node) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1188     [native code]
    1189 }" did not throw
     1188            fn.apply(obj, args);
     1189        }" did not throw
    11901190PASS Node interface: document.createElement("noscript") must inherit property "contains" with the proper type (36)
    11911191FAIL Node interface: calling contains(Node) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1192     [native code]
    1193 }" did not throw
     1192            fn.apply(obj, args);
     1193        }" did not throw
    11941194PASS Node interface: document.createElement("noscript") must inherit property "lookupPrefix" with the proper type (37)
    11951195FAIL Node interface: calling lookupPrefix(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1196     [native code]
    1197 }" did not throw
     1196            fn.apply(obj, args);
     1197        }" did not throw
    11981198PASS Node interface: document.createElement("noscript") must inherit property "lookupNamespaceURI" with the proper type (38)
    11991199FAIL Node interface: calling lookupNamespaceURI(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1200     [native code]
    1201 }" did not throw
     1200            fn.apply(obj, args);
     1201        }" did not throw
    12021202PASS Node interface: document.createElement("noscript") must inherit property "isDefaultNamespace" with the proper type (39)
    12031203FAIL Node interface: calling isDefaultNamespace(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1204     [native code]
    1205 }" did not throw
     1204            fn.apply(obj, args);
     1205        }" did not throw
    12061206PASS Node interface: document.createElement("noscript") must inherit property "insertBefore" with the proper type (40)
    12071207FAIL Node interface: calling insertBefore(Node,Node) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 1 arguments function "function () {
    1208     [native code]
    1209 }" did not throw
     1208            fn.apply(obj, args);
     1209        }" did not throw
    12101210PASS Node interface: document.createElement("noscript") must inherit property "appendChild" with the proper type (41)
    12111211PASS Node interface: calling appendChild(Node) on document.createElement("noscript") with too few arguments must throw TypeError
     
    12161216PASS EventTarget interface: document.createElement("noscript") must inherit property "addEventListener" with the proper type (0)
    12171217FAIL EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1218     [native code]
    1219 }" did not throw
     1218            fn.apply(obj, args);
     1219        }" did not throw
    12201220PASS EventTarget interface: document.createElement("noscript") must inherit property "removeEventListener" with the proper type (1)
    12211221FAIL EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on document.createElement("noscript") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1222     [native code]
    1223 }" did not throw
     1222            fn.apply(obj, args);
     1223        }" did not throw
    12241224PASS EventTarget interface: document.createElement("noscript") must inherit property "dispatchEvent" with the proper type (2)
    12251225PASS EventTarget interface: calling dispatchEvent(Event) on document.createElement("noscript") with too few arguments must throw TypeError
     
    19151915PASS HTMLMediaElement interface: document.createElement("video") must inherit property "canPlayType" with the proper type (12)
    19161916FAIL HTMLMediaElement interface: calling canPlayType(DOMString) on document.createElement("video") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1917     [native code]
    1918 }" did not throw
     1917            fn.apply(obj, args);
     1918        }" did not throw
    19191919PASS HTMLMediaElement interface: document.createElement("video") must inherit property "HAVE_NOTHING" with the proper type (13)
    19201920PASS HTMLMediaElement interface: document.createElement("video") must inherit property "HAVE_METADATA" with the proper type (14)
     
    19711971PASS HTMLMediaElement interface: document.createElement("audio") must inherit property "canPlayType" with the proper type (12)
    19721972FAIL HTMLMediaElement interface: calling canPlayType(DOMString) on document.createElement("audio") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    1973     [native code]
    1974 }" did not throw
     1973            fn.apply(obj, args);
     1974        }" did not throw
    19751975PASS HTMLMediaElement interface: document.createElement("audio") must inherit property "HAVE_NOTHING" with the proper type (13)
    19761976PASS HTMLMediaElement interface: document.createElement("audio") must inherit property "HAVE_METADATA" with the proper type (14)
     
    20222022PASS HTMLMediaElement interface: new Audio() must inherit property "canPlayType" with the proper type (12)
    20232023FAIL HTMLMediaElement interface: calling canPlayType(DOMString) on new Audio() with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    2024     [native code]
    2025 }" did not throw
     2024            fn.apply(obj, args);
     2025        }" did not throw
    20262026PASS HTMLMediaElement interface: new Audio() must inherit property "HAVE_NOTHING" with the proper type (13)
    20272027PASS HTMLMediaElement interface: new Audio() must inherit property "HAVE_METADATA" with the proper type (14)
     
    23022302PASS EventTarget interface: new MediaController() must inherit property "addEventListener" with the proper type (0)
    23032303FAIL EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on new MediaController() with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    2304     [native code]
    2305 }" did not throw
     2304            fn.apply(obj, args);
     2305        }" did not throw
    23062306PASS EventTarget interface: new MediaController() must inherit property "removeEventListener" with the proper type (1)
    23072307FAIL EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on new MediaController() with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    2308     [native code]
    2309 }" did not throw
     2308            fn.apply(obj, args);
     2309        }" did not throw
    23102310PASS EventTarget interface: new MediaController() must inherit property "dispatchEvent" with the proper type (2)
    23112311PASS EventTarget interface: calling dispatchEvent(Event) on new MediaController() with too few arguments must throw TypeError
     
    23302330PASS EventTarget interface: document.createElement("video").textTracks must inherit property "addEventListener" with the proper type (0)
    23312331FAIL EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on document.createElement("video").textTracks with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    2332     [native code]
    2333 }" did not throw
     2332            fn.apply(obj, args);
     2333        }" did not throw
    23342334PASS EventTarget interface: document.createElement("video").textTracks must inherit property "removeEventListener" with the proper type (1)
    23352335FAIL EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on document.createElement("video").textTracks with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    2336     [native code]
    2337 }" did not throw
     2336            fn.apply(obj, args);
     2337        }" did not throw
    23382338PASS EventTarget interface: document.createElement("video").textTracks must inherit property "dispatchEvent" with the proper type (2)
    23392339PASS EventTarget interface: calling dispatchEvent(Event) on document.createElement("video").textTracks with too few arguments must throw TypeError
     
    23752375PASS EventTarget interface: document.createElement("track").track must inherit property "addEventListener" with the proper type (0)
    23762376FAIL EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on document.createElement("track").track with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    2377     [native code]
    2378 }" did not throw
     2377            fn.apply(obj, args);
     2378        }" did not throw
    23792379PASS EventTarget interface: document.createElement("track").track must inherit property "removeEventListener" with the proper type (1)
    23802380FAIL EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on document.createElement("track").track with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    2381     [native code]
    2382 }" did not throw
     2381            fn.apply(obj, args);
     2382        }" did not throw
    23832383PASS EventTarget interface: document.createElement("track").track must inherit property "dispatchEvent" with the proper type (2)
    23842384PASS EventTarget interface: calling dispatchEvent(Event) on document.createElement("track").track with too few arguments must throw TypeError
     
    25572557PASS HTMLTableElement interface: document.createElement("table") must inherit property "deleteRow" with the proper type (13)
    25582558FAIL HTMLTableElement interface: calling deleteRow(long) on document.createElement("table") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    2559     [native code]
    2560 }" threw object "Error: IndexSizeError: DOM Exception 1" ("IndexSizeError") expected object "TypeError" ("TypeError")
     2559            fn.apply(obj, args);
     2560        }" threw object "Error: IndexSizeError: DOM Exception 1" ("IndexSizeError") expected object "TypeError" ("TypeError")
    25612561FAIL HTMLTableElement interface: document.createElement("table") must inherit property "sortable" with the proper type (14) assert_inherits: property "sortable" not found in prototype chain
    25622562FAIL HTMLTableElement interface: document.createElement("table") must inherit property "stopSorting" with the proper type (15) assert_inherits: property "stopSorting" not found in prototype chain
     
    26252625PASS HTMLTableSectionElement interface: document.createElement("tbody") must inherit property "deleteRow" with the proper type (2)
    26262626FAIL HTMLTableSectionElement interface: calling deleteRow(long) on document.createElement("tbody") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    2627     [native code]
    2628 }" threw object "Error: IndexSizeError: DOM Exception 1" ("IndexSizeError") expected object "TypeError" ("TypeError")
     2627            fn.apply(obj, args);
     2628        }" threw object "Error: IndexSizeError: DOM Exception 1" ("IndexSizeError") expected object "TypeError" ("TypeError")
    26292629PASS HTMLTableSectionElement interface: document.createElement("tbody") must inherit property "align" with the proper type (3)
    26302630PASS HTMLTableSectionElement interface: document.createElement("tbody") must inherit property "ch" with the proper type (4)
     
    26382638PASS HTMLTableSectionElement interface: document.createElement("thead") must inherit property "deleteRow" with the proper type (2)
    26392639FAIL HTMLTableSectionElement interface: calling deleteRow(long) on document.createElement("thead") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    2640     [native code]
    2641 }" threw object "Error: IndexSizeError: DOM Exception 1" ("IndexSizeError") expected object "TypeError" ("TypeError")
     2640            fn.apply(obj, args);
     2641        }" threw object "Error: IndexSizeError: DOM Exception 1" ("IndexSizeError") expected object "TypeError" ("TypeError")
    26422642PASS HTMLTableSectionElement interface: document.createElement("thead") must inherit property "align" with the proper type (3)
    26432643PASS HTMLTableSectionElement interface: document.createElement("thead") must inherit property "ch" with the proper type (4)
     
    26512651PASS HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "deleteRow" with the proper type (2)
    26522652FAIL HTMLTableSectionElement interface: calling deleteRow(long) on document.createElement("tfoot") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    2653     [native code]
    2654 }" threw object "Error: IndexSizeError: DOM Exception 1" ("IndexSizeError") expected object "TypeError" ("TypeError")
     2653            fn.apply(obj, args);
     2654        }" threw object "Error: IndexSizeError: DOM Exception 1" ("IndexSizeError") expected object "TypeError" ("TypeError")
    26552655PASS HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "align" with the proper type (3)
    26562656PASS HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "ch" with the proper type (4)
     
    26812681PASS HTMLTableRowElement interface: document.createElement("tr") must inherit property "deleteCell" with the proper type (4)
    26822682FAIL HTMLTableRowElement interface: calling deleteCell(long) on document.createElement("tr") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    2683     [native code]
    2684 }" threw object "Error: IndexSizeError: DOM Exception 1" ("IndexSizeError") expected object "TypeError" ("TypeError")
     2683            fn.apply(obj, args);
     2684        }" threw object "Error: IndexSizeError: DOM Exception 1" ("IndexSizeError") expected object "TypeError" ("TypeError")
    26852685PASS HTMLTableRowElement interface: document.createElement("tr") must inherit property "align" with the proper type (5)
    26862686PASS HTMLTableRowElement interface: document.createElement("tr") must inherit property "ch" with the proper type (6)
     
    29372937PASS HTMLInputElement interface: document.createElement("input") must inherit property "setSelectionRange" with the proper type (55)
    29382938FAIL HTMLInputElement interface: calling setSelectionRange(unsigned long,unsigned long,DOMString) on document.createElement("input") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    2939     [native code]
    2940 }" did not throw
     2939            fn.apply(obj, args);
     2940        }" did not throw
    29412941PASS HTMLInputElement interface: document.createElement("input") must inherit property "align" with the proper type (56)
    29422942PASS HTMLInputElement interface: document.createElement("input") must inherit property "useMap" with the proper type (57)
     
    30353035PASS HTMLSelectElement interface: document.createElement("select") must inherit property "namedItem" with the proper type (12)
    30363036FAIL HTMLSelectElement interface: calling namedItem(DOMString) on document.createElement("select") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    3037     [native code]
    3038 }" did not throw
     3037            fn.apply(obj, args);
     3038        }" did not throw
    30393039PASS HTMLSelectElement interface: document.createElement("select") must inherit property "add" with the proper type (13)
    30403040PASS HTMLSelectElement interface: calling add([object Object],[object Object],[object Object],[object Object]) on document.createElement("select") with too few arguments must throw TypeError
     
    31833183PASS HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "setSelectionRange" with the proper type (32)
    31843184FAIL HTMLTextAreaElement interface: calling setSelectionRange(unsigned long,unsigned long,DOMString) on document.createElement("textarea") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    3185     [native code]
    3186 }" did not throw
     3185            fn.apply(obj, args);
     3186        }" did not throw
    31873187PASS HTMLKeygenElement interface: existence and properties of interface object
    31883188PASS HTMLKeygenElement interface object length
     
    34543454PASS HTMLCanvasElement interface: document.createElement("canvas") must inherit property "getContext" with the proper type (2)
    34553455FAIL HTMLCanvasElement interface: calling getContext(DOMString,any) on document.createElement("canvas") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    3456     [native code]
    3457 }" did not throw
     3456            fn.apply(obj, args);
     3457        }" did not throw
    34583458PASS HTMLCanvasElement interface: document.createElement("canvas") must inherit property "probablySupportsContext" with the proper type (3)
    34593459FAIL HTMLCanvasElement interface: calling probablySupportsContext(DOMString,any) on document.createElement("canvas") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    3460     [native code]
    3461 }" did not throw
     3460            fn.apply(obj, args);
     3461        }" did not throw
    34623462FAIL HTMLCanvasElement interface: document.createElement("canvas") must inherit property "setContext" with the proper type (4) assert_inherits: property "setContext" not found in prototype chain
    34633463FAIL HTMLCanvasElement interface: calling setContext(RenderingContext) on document.createElement("canvas") with too few arguments must throw TypeError assert_inherits: property "setContext" not found in prototype chain
     
    39663966PASS Window interface: window must inherit property "postMessage" with the proper type (35)
    39673967FAIL Window interface: calling postMessage(any,DOMString,[object Object]) on window with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    3968     [native code]
    3969 }" threw object "Error: SyntaxError: DOM Exception 12" ("SyntaxError") expected object "TypeError" ("TypeError")
     3968            fn.apply(obj, args);
     3969        }" threw object "Error: SyntaxError: DOM Exception 12" ("SyntaxError") expected object "TypeError" ("TypeError")
    39703970PASS Window interface: window must inherit property "captureEvents" with the proper type (36)
    39713971PASS Window interface: window must inherit property "releaseEvents" with the proper type (37)
     
    40524052PASS Window interface: window must inherit property "setTimeout" with the proper type (116)
    40534053FAIL Window interface: calling setTimeout(Function,long,any) on window with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    4054     [native code]
    4055 }" did not throw
     4054            fn.apply(obj, args);
     4055        }" did not throw
    40564056PASS Window interface: window must inherit property "setTimeout" with the proper type (117)
    40574057FAIL Window interface: calling setTimeout(DOMString,long,any) on window with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    4058     [native code]
    4059 }" did not throw
     4058            fn.apply(obj, args);
     4059        }" did not throw
    40604060PASS Window interface: window must inherit property "clearTimeout" with the proper type (118)
    40614061PASS Window interface: calling clearTimeout(long) on window with too few arguments must throw TypeError
    40624062PASS Window interface: window must inherit property "setInterval" with the proper type (119)
    40634063FAIL Window interface: calling setInterval(Function,long,any) on window with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    4064     [native code]
    4065 }" did not throw
     4064            fn.apply(obj, args);
     4065        }" did not throw
    40664066PASS Window interface: window must inherit property "setInterval" with the proper type (120)
    40674067FAIL Window interface: calling setInterval(DOMString,long,any) on window with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    4068     [native code]
    4069 }" did not throw
     4068            fn.apply(obj, args);
     4069        }" did not throw
    40704070PASS Window interface: window must inherit property "clearInterval" with the proper type (121)
    40714071PASS Window interface: calling clearInterval(long) on window with too few arguments must throw TypeError
     
    40764076PASS EventTarget interface: window must inherit property "addEventListener" with the proper type (0)
    40774077FAIL EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on window with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    4078     [native code]
    4079 }" did not throw
     4078            fn.apply(obj, args);
     4079        }" did not throw
    40804080PASS EventTarget interface: window must inherit property "removeEventListener" with the proper type (1)
    40814081FAIL EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on window with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    4082     [native code]
    4083 }" did not throw
     4082            fn.apply(obj, args);
     4083        }" did not throw
    40844084PASS EventTarget interface: window must inherit property "dispatchEvent" with the proper type (2)
    40854085PASS EventTarget interface: calling dispatchEvent(Event) on window with too few arguments must throw TypeError
     
    41144114PASS History interface: window.history must inherit property "pushState" with the proper type (6)
    41154115FAIL History interface: calling pushState(any,DOMString,DOMString) on window.history with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    4116     [native code]
    4117 }" did not throw
     4116            fn.apply(obj, args);
     4117        }" did not throw
    41184118PASS History interface: window.history must inherit property "replaceState" with the proper type (7)
    41194119FAIL History interface: calling replaceState(any,DOMString,DOMString) on window.history with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    4120     [native code]
    4121 }" did not throw
     4120            fn.apply(obj, args);
     4121        }" did not throw
    41224122PASS Location interface: existence and properties of interface object
    41234123PASS Location interface object length
     
    41694169PASS Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "initEvent" with the proper type (16)
    41704170FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new PopStateEvent("popstate", { data: {} }) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    4171     [native code]
    4172 }" did not throw
     4171            fn.apply(obj, args);
     4172        }" did not throw
    41734173PASS HashChangeEvent interface: existence and properties of interface object
    41744174PASS HashChangeEvent interface object length
     
    42414241PASS EventTarget interface: window.applicationCache must inherit property "addEventListener" with the proper type (0)
    42424242FAIL EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on window.applicationCache with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    4243     [native code]
    4244 }" did not throw
     4243            fn.apply(obj, args);
     4244        }" did not throw
    42454245PASS EventTarget interface: window.applicationCache must inherit property "removeEventListener" with the proper type (1)
    42464246FAIL EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on window.applicationCache with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    4247     [native code]
    4248 }" did not throw
     4247            fn.apply(obj, args);
     4248        }" did not throw
    42494249PASS EventTarget interface: window.applicationCache must inherit property "dispatchEvent" with the proper type (2)
    42504250PASS EventTarget interface: calling dispatchEvent(Event) on window.applicationCache with too few arguments must throw TypeError
     
    44584458PASS EventTarget interface: new WebSocket("ws://foo") must inherit property "addEventListener" with the proper type (0)
    44594459FAIL EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on new WebSocket("ws://foo") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    4460     [native code]
    4461 }" did not throw
     4460            fn.apply(obj, args);
     4461        }" did not throw
    44624462PASS EventTarget interface: new WebSocket("ws://foo") must inherit property "removeEventListener" with the proper type (1)
    44634463FAIL EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on new WebSocket("ws://foo") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    4464     [native code]
    4465 }" did not throw
     4464            fn.apply(obj, args);
     4465        }" did not throw
    44664466PASS EventTarget interface: new WebSocket("ws://foo") must inherit property "dispatchEvent" with the proper type (2)
    44674467PASS EventTarget interface: calling dispatchEvent(Event) on new WebSocket("ws://foo") with too few arguments must throw TypeError
     
    44974497PASS Event interface: new CloseEvent("close") must inherit property "initEvent" with the proper type (16)
    44984498FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new CloseEvent("close") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
    4499     [native code]
    4500 }" did not throw
     4499            fn.apply(obj, args);
     4500        }" did not throw
    45014501PASS MessageChannel interface: existence and properties of interface object
    45024502PASS MessageChannel interface object length
  • trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/type-change-state-expected.txt

    r189476 r197220  
    33PASS change state from hidden to search
    44PASS change state from hidden to tel
    5 FAIL change state from hidden to url assert_equals: input.value should be foobar after change of state expected "foobar" but got "  foobar  "
     5PASS change state from hidden to url
    66PASS change state from hidden to email
    77PASS change state from hidden to password
     
    1616PASS change state from hidden to checkbox
    1717PASS change state from hidden to radio
    18 PASS change state from hidden to file
     18FAIL change state from hidden to file assert_equals: expected "" but got "  foo\rbar  "
    1919PASS change state from hidden to submit
    2020PASS change state from hidden to image
     
    2424PASS change state from text to search
    2525PASS change state from text to tel
    26 FAIL change state from text to url assert_equals: input.value should be foobar after change of state expected "foobar" but got "  foobar  "
     26PASS change state from text to url
    2727PASS change state from text to email
    2828PASS change state from text to password
     
    3737FAIL change state from text to checkbox assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    3838FAIL change state from text to radio assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    39 FAIL change state from text to file assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
     39FAIL change state from text to file assert_equals: expected "" but got "  foobar  "
    4040FAIL change state from text to submit assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    4141FAIL change state from text to image assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
     
    4545PASS change state from search to text
    4646PASS change state from search to tel
    47 FAIL change state from search to url assert_equals: input.value should be foobar after change of state expected "foobar" but got "  foobar  "
     47PASS change state from search to url
    4848PASS change state from search to email
    4949PASS change state from search to password
     
    5858FAIL change state from search to checkbox assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    5959FAIL change state from search to radio assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    60 FAIL change state from search to file assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
     60FAIL change state from search to file assert_equals: expected "" but got "  foobar  "
    6161FAIL change state from search to submit assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    6262FAIL change state from search to image assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
     
    6666PASS change state from tel to text
    6767PASS change state from tel to search
    68 FAIL change state from tel to url assert_equals: input.value should be foobar after change of state expected "foobar" but got "  foobar  "
     68PASS change state from tel to url
    6969PASS change state from tel to email
    7070PASS change state from tel to password
     
    7979FAIL change state from tel to checkbox assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    8080FAIL change state from tel to radio assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    81 FAIL change state from tel to file assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
     81FAIL change state from tel to file assert_equals: expected "" but got "  foobar  "
    8282FAIL change state from tel to submit assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    8383FAIL change state from tel to image assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    8484FAIL change state from tel to reset assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    8585FAIL change state from tel to button assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    86 FAIL change state from url to hidden assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    87 PASS change state from url to text
    88 PASS change state from url to search
    89 PASS change state from url to tel
     86FAIL change state from url to hidden assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "foobar"
     87FAIL change state from url to text assert_equals: input.value should be   foobar   after change of state expected "  foobar  " but got "foobar"
     88FAIL change state from url to search assert_equals: input.value should be   foobar   after change of state expected "  foobar  " but got "foobar"
     89FAIL change state from url to tel assert_equals: input.value should be   foobar   after change of state expected "  foobar  " but got "foobar"
    9090PASS change state from url to email
    91 PASS change state from url to password
    92 FAIL change state from url to datetime assert_equals: input.value should be  after change of state expected "" but got "  foobar  "
     91FAIL change state from url to password assert_equals: input.value should be   foobar   after change of state expected "  foobar  " but got "foobar"
     92FAIL change state from url to datetime assert_equals: input.value should be  after change of state expected "" but got "foobar"
    9393PASS change state from url to date
    9494PASS change state from url to month
     
    9797PASS change state from url to number
    9898PASS change state from url to range
    99 FAIL change state from url to color assert_equals: input.value should be #000000 after change of state expected "#000000" but got "  foobar  "
    100 FAIL change state from url to checkbox assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    101 FAIL change state from url to radio assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    102 FAIL change state from url to file assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    103 FAIL change state from url to submit assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    104 FAIL change state from url to image assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    105 FAIL change state from url to reset assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    106 FAIL change state from url to button assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
     99FAIL change state from url to color assert_equals: input.value should be #000000 after change of state expected "#000000" but got "foobar"
     100FAIL change state from url to checkbox assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "foobar"
     101FAIL change state from url to radio assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "foobar"
     102FAIL change state from url to file assert_equals: expected "" but got "foobar"
     103FAIL change state from url to submit assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "foobar"
     104FAIL change state from url to image assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "foobar"
     105FAIL change state from url to reset assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "foobar"
     106FAIL change state from url to button assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "foobar"
    107107FAIL change state from email to hidden assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "foobar"
    108108FAIL change state from email to text assert_equals: input.value should be   foobar   after change of state expected "  foobar  " but got "foobar"
     
    121121FAIL change state from email to checkbox assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "foobar"
    122122FAIL change state from email to radio assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "foobar"
    123 FAIL change state from email to file assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "foobar"
     123FAIL change state from email to file assert_equals: expected "" but got "foobar"
    124124FAIL change state from email to submit assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "foobar"
    125125FAIL change state from email to image assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "foobar"
     
    130130PASS change state from password to search
    131131PASS change state from password to tel
    132 FAIL change state from password to url assert_equals: input.value should be foobar after change of state expected "foobar" but got "  foobar  "
     132PASS change state from password to url
    133133PASS change state from password to email
    134134FAIL change state from password to datetime assert_equals: input.value should be  after change of state expected "" but got "  foobar  "
     
    142142FAIL change state from password to checkbox assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    143143FAIL change state from password to radio assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    144 FAIL change state from password to file assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
     144FAIL change state from password to file assert_equals: expected "" but got "  foobar  "
    145145FAIL change state from password to submit assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    146146FAIL change state from password to image assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
     
    151151PASS change state from datetime to search
    152152PASS change state from datetime to tel
    153 FAIL change state from datetime to url assert_equals: input.value should be foobar after change of state expected "foobar" but got "  foobar  "
     153PASS change state from datetime to url
    154154PASS change state from datetime to email
    155155PASS change state from datetime to password
     
    163163FAIL change state from datetime to checkbox assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    164164FAIL change state from datetime to radio assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    165 FAIL change state from datetime to file assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
     165FAIL change state from datetime to file assert_equals: expected "" but got "  foobar  "
    166166FAIL change state from datetime to submit assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    167167FAIL change state from datetime to image assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
     
    184184FAIL change state from date to checkbox assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "on"
    185185FAIL change state from date to radio assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "on"
    186 FAIL change state from date to file assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got ""
     186PASS change state from date to file
    187187FAIL change state from date to submit assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got ""
    188188FAIL change state from date to image assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got ""
     
    205205FAIL change state from month to checkbox assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "on"
    206206FAIL change state from month to radio assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "on"
    207 FAIL change state from month to file assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got ""
     207PASS change state from month to file
    208208FAIL change state from month to submit assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got ""
    209209FAIL change state from month to image assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got ""
     
    226226FAIL change state from week to checkbox assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "on"
    227227FAIL change state from week to radio assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "on"
    228 FAIL change state from week to file assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got ""
     228PASS change state from week to file
    229229FAIL change state from week to submit assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got ""
    230230FAIL change state from week to image assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got ""
     
    247247FAIL change state from time to checkbox assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "on"
    248248FAIL change state from time to radio assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "on"
    249 FAIL change state from time to file assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got ""
     249PASS change state from time to file
    250250FAIL change state from time to submit assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got ""
    251251FAIL change state from time to image assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got ""
     
    268268FAIL change state from number to checkbox assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got ""
    269269FAIL change state from number to radio assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got ""
    270 FAIL change state from number to file assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got ""
     270PASS change state from number to file
    271271FAIL change state from number to submit assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got ""
    272272FAIL change state from number to image assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got ""
     
    289289FAIL change state from range to checkbox assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "50"
    290290FAIL change state from range to radio assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "50"
    291 FAIL change state from range to file assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "50"
     291FAIL change state from range to file assert_equals: expected "" but got "50"
    292292FAIL change state from range to submit assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "50"
    293293FAIL change state from range to image assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "50"
     
    298298PASS change state from color to search
    299299PASS change state from color to tel
    300 FAIL change state from color to url assert_equals: input.value should be foobar after change of state expected "foobar" but got "  foobar  "
     300PASS change state from color to url
    301301PASS change state from color to email
    302302PASS change state from color to password
     
    310310FAIL change state from color to checkbox assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    311311FAIL change state from color to radio assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    312 FAIL change state from color to file assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
     312FAIL change state from color to file assert_equals: expected "" but got "  foobar  "
    313313FAIL change state from color to submit assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
    314314FAIL change state from color to image assert_equals: input.value should be '  foo\rbar  ' after change of state expected "  foo\rbar  " but got "  foobar  "
     
    319319PASS change state from checkbox to search
    320320PASS change state from checkbox to tel
    321 FAIL change state from checkbox to url assert_equals: input.value should be foobar after change of state expected "foobar" but got "  foobar  "
     321PASS change state from checkbox to url
    322322PASS change state from checkbox to email
    323323PASS change state from checkbox to password
     
    331331FAIL change state from checkbox to color assert_equals: input.value should be #000000 after change of state expected "#000000" but got "  foobar  "
    332332PASS change state from checkbox to radio
    333 PASS change state from checkbox to file
     333FAIL change state from checkbox to file assert_equals: expected "" but got "  foo\rbar  "
    334334PASS change state from checkbox to submit
    335335PASS change state from checkbox to image
     
    340340PASS change state from radio to search
    341341PASS change state from radio to tel
    342 FAIL change state from radio to url assert_equals: input.value should be foobar after change of state expected "foobar" but got "  foobar  "
     342PASS change state from radio to url
    343343PASS change state from radio to email
    344344PASS change state from radio to password
     
    352352FAIL change state from radio to color assert_equals: input.value should be #000000 after change of state expected "#000000" but got "  foobar  "
    353353PASS change state from radio to checkbox
    354 PASS change state from radio to file
     354FAIL change state from radio to file assert_equals: expected "" but got "  foo\rbar  "
    355355PASS change state from radio to submit
    356356PASS change state from radio to image
     
    382382PASS change state from submit to search
    383383PASS change state from submit to tel
    384 FAIL change state from submit to url assert_equals: input.value should be foobar after change of state expected "foobar" but got "  foobar  "
     384PASS change state from submit to url
    385385PASS change state from submit to email
    386386PASS change state from submit to password
     
    395395PASS change state from submit to checkbox
    396396PASS change state from submit to radio
    397 PASS change state from submit to file
     397FAIL change state from submit to file assert_equals: expected "" but got "  foo\rbar  "
    398398PASS change state from submit to image
    399399PASS change state from submit to reset
     
    403403PASS change state from image to search
    404404PASS change state from image to tel
    405 FAIL change state from image to url assert_equals: input.value should be foobar after change of state expected "foobar" but got "  foobar  "
     405PASS change state from image to url
    406406PASS change state from image to email
    407407PASS change state from image to password
     
    416416PASS change state from image to checkbox
    417417PASS change state from image to radio
    418 PASS change state from image to file
     418FAIL change state from image to file assert_equals: expected "" but got "  foo\rbar  "
    419419PASS change state from image to submit
    420420PASS change state from image to reset
     
    424424PASS change state from reset to search
    425425PASS change state from reset to tel
    426 FAIL change state from reset to url assert_equals: input.value should be foobar after change of state expected "foobar" but got "  foobar  "
     426PASS change state from reset to url
    427427PASS change state from reset to email
    428428PASS change state from reset to password
     
    437437PASS change state from reset to checkbox
    438438PASS change state from reset to radio
    439 PASS change state from reset to file
     439FAIL change state from reset to file assert_equals: expected "" but got "  foo\rbar  "
    440440PASS change state from reset to submit
    441441PASS change state from reset to image
     
    445445PASS change state from button to search
    446446PASS change state from button to tel
    447 FAIL change state from button to url assert_equals: input.value should be foobar after change of state expected "foobar" but got "  foobar  "
     447PASS change state from button to url
    448448PASS change state from button to email
    449449PASS change state from button to password
     
    458458PASS change state from button to checkbox
    459459PASS change state from button to radio
    460 PASS change state from button to file
     460FAIL change state from button to file assert_equals: expected "" but got "  foo\rbar  "
    461461PASS change state from button to submit
    462462PASS change state from button to image
Note: See TracChangeset for help on using the changeset viewer.