Changeset 280678 in webkit
- Timestamp:
- Aug 4, 2021, 7:53:13 PM (5 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 7 edited
-
ChangeLog (modified) (1 diff)
-
imported/w3c/ChangeLog (modified) (1 diff)
-
imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/error-codes/error-expected.txt (modified) (1 diff)
-
platform/glib/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt (modified) (3 diffs)
-
platform/glib/imported/w3c/web-platform-tests/mathml/relations/html5-tree/math-global-event-handlers.tentative-expected.txt (modified) (1 diff)
-
platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt (modified) (15 diffs)
-
platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt (modified) (15 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r280667 r280678 1 2021-08-04 Arcady Goldmints-Orlov <agoldmints@igalia.com> 2 3 [GLIB] Update some WPT baselines after recent improvements. 4 https://bugs.webkit.org/show_bug.cgi?id=228804 5 6 Update WPT test baselines after r279971, r279978, r279979, and r280310 7 to account for more passing tests. 8 Unreviewed test gardening. 9 10 * platform/glib/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt: 11 * platform/glib/imported/w3c/web-platform-tests/mathml/relations/html5-tree/math-global-event-handlers.tentative-expected.txt: 12 * platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt: 13 * platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt: 14 1 15 2021-08-04 Ayumi Kojima <ayumi_kojima@apple.com> 2 16 -
trunk/LayoutTests/imported/w3c/ChangeLog
r280627 r280678 1 2021-08-04 Arcady Goldmints-Orlov <agoldmints@igalia.com> 2 3 Update some WPT baselines after recent improvements. 4 https://bugs.webkit.org/show_bug.cgi?id=228804 5 6 Unreviewed test gardening. Update baseline after r279978. 7 This test is already marked as flaky on mac and iOS. 8 9 * web-platform-tests/html/semantics/embedded-content/media-elements/error-codes/error-expected.txt: 10 1 11 2021-08-03 Alexey Shvayka <shvaikalesh@gmail.com> 2 12 -
trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/error-codes/error-expected.txt
r267646 r280678 2 2 PASS audio.error initial value 3 3 PASS audio.error after successful load 4 FAIL audio.error after setting src to the empty string assert_equals: error.message type expected "string" but got "undefined" 4 PASS audio.error after setting src to the empty string 5 5 PASS video.error initial value 6 6 PASS video.error after successful load 7 FAIL video.error after setting src to the empty string assert_equals: error.message type expected "string" but got "undefined" 7 PASS video.error after setting src to the empty string 8 8 -
trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt
r279545 r280678 602 602 PASS MessagePort interface: attribute onmessage 603 603 FAIL MessagePort interface: attribute onmessageerror assert_true: The prototype object must have a property "onmessageerror" expected true got false 604 FAIL BroadcastChannel interface: existence and properties of interface object assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 605 FAIL BroadcastChannel interface object length assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 606 FAIL BroadcastChannel interface object name assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 607 FAIL BroadcastChannel interface: existence and properties of interface prototype object assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 608 FAIL BroadcastChannel interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 609 FAIL BroadcastChannel interface: existence and properties of interface prototype object's @@unscopables property assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 610 FAIL BroadcastChannel interface: attribute name assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 611 FAIL BroadcastChannel interface: operation postMessage(any) assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 612 FAIL BroadcastChannel interface: operation close() assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 613 FAIL BroadcastChannel interface: attribute onmessage assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 614 FAIL BroadcastChannel interface: attribute onmessageerror assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 604 PASS BroadcastChannel interface: existence and properties of interface object 605 PASS BroadcastChannel interface object length 606 PASS BroadcastChannel interface object name 607 PASS BroadcastChannel interface: existence and properties of interface prototype object 608 PASS BroadcastChannel interface: existence and properties of interface prototype object's "constructor" property 609 PASS BroadcastChannel interface: existence and properties of interface prototype object's @@unscopables property 610 PASS BroadcastChannel interface: attribute name 611 PASS BroadcastChannel interface: operation postMessage(any) 612 PASS BroadcastChannel interface: operation close() 613 PASS BroadcastChannel interface: attribute onmessage 614 PASS BroadcastChannel interface: attribute onmessageerror 615 615 PASS WorkerGlobalScope interface: existence and properties of interface object 616 616 PASS WorkerGlobalScope interface object length … … 631 631 PASS WorkerGlobalScope interface: attribute origin 632 632 PASS WorkerGlobalScope interface: attribute isSecureContext 633 FAIL WorkerGlobalScope interface: attribute crossOriginIsolated assert_true: The prototype object must have a property "crossOriginIsolated" expected true got false 633 PASS WorkerGlobalScope interface: attribute crossOriginIsolated 634 634 PASS WorkerGlobalScope interface: operation btoa(DOMString) 635 635 PASS WorkerGlobalScope interface: operation atob(DOMString) … … 694 694 PASS WorkerGlobalScope interface: self must inherit property "origin" with the proper type 695 695 PASS WorkerGlobalScope interface: self must inherit property "isSecureContext" with the proper type 696 FAIL WorkerGlobalScope interface: self must inherit property "crossOriginIsolated" with the proper type assert_inherits: property "crossOriginIsolated" not found in prototype chain 696 PASS WorkerGlobalScope interface: self must inherit property "crossOriginIsolated" with the proper type 697 697 PASS WorkerGlobalScope interface: self must inherit property "btoa(DOMString)" with the proper type 698 698 PASS WorkerGlobalScope interface: calling btoa(DOMString) on self with too few arguments must throw TypeError -
trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/mathml/relations/html5-tree/math-global-event-handlers.tentative-expected.txt
r279406 r280678 115 115 PASS onfocus: dynamic changes on the attribute 116 116 PASS onfocus: dispatching an Event at a <math> element must trigger element.onfocus 117 FAIL onformdata: must be on the appropriate locations for GlobalEventHandlers assert_true: MathMLElement has an own property named "onformdata" expected true got false 118 FAIL onformdata: the default value must be null assert_equals: The default value of the property is null for a MathMLMathElement instance expected (object) null but got (undefined) undefined 119 FAIL onformdata: the content attribute must be compiled into a function as the corresponding property assert_equals: The onformdata property must be a function expected "function" but got "undefined" 120 FAIL onformdata: dynamic changes on the attribute assert_equals: The onformdata property must be null (no attribute) expected (object) null but got (undefined) undefined 121 FAIL onformdata: dispatching an Event at a <math> element must trigger element.onformdata assert_equals: The event must be fired at the <math> element expected (object) Element node <math></math> but got (undefined) undefined 117 PASS onformdata: must be on the appropriate locations for GlobalEventHandlers 118 PASS onformdata: the default value must be null 119 PASS onformdata: the content attribute must be compiled into a function as the corresponding property 120 PASS onformdata: dynamic changes on the attribute 121 PASS onformdata: dispatching an Event at a <math> element must trigger element.onformdata 122 122 PASS oninput: must be on the appropriate locations for GlobalEventHandlers 123 123 PASS oninput: the default value must be null -
trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt
r279635 r280678 285 285 PASS HTMLElement interface: attribute onerror 286 286 PASS HTMLElement interface: attribute onfocus 287 FAIL HTMLElement interface: attribute onformdata assert_true: The prototype object must have a property "onformdata" expected true got false 287 PASS HTMLElement interface: attribute onformdata 288 288 PASS HTMLElement interface: attribute oninput 289 289 PASS HTMLElement interface: attribute oninvalid … … 380 380 PASS HTMLElement interface: document.createElement("noscript") must inherit property "onerror" with the proper type 381 381 PASS HTMLElement interface: document.createElement("noscript") must inherit property "onfocus" with the proper type 382 FAIL HTMLElement interface: document.createElement("noscript") must inherit property "onformdata" with the proper type assert_inherits: property "onformdata" not found in prototype chain 382 PASS HTMLElement interface: document.createElement("noscript") must inherit property "onformdata" with the proper type 383 383 PASS HTMLElement interface: document.createElement("noscript") must inherit property "oninput" with the proper type 384 384 PASS HTMLElement interface: document.createElement("noscript") must inherit property "oninvalid" with the proper type … … 1399 1399 PASS MediaError interface: constant MEDIA_ERR_SRC_NOT_SUPPORTED on interface prototype object 1400 1400 PASS MediaError interface: attribute code 1401 FAIL MediaError interface: attribute message assert_true: The prototype object must have a property "message" expected true got false1401 PASS MediaError interface: attribute message 1402 1402 PASS MediaError must be primary interface of errorVideo.error 1403 1403 PASS Stringification of errorVideo.error … … 1407 1407 PASS MediaError interface: errorVideo.error must inherit property "MEDIA_ERR_SRC_NOT_SUPPORTED" with the proper type 1408 1408 PASS MediaError interface: errorVideo.error must inherit property "code" with the proper type 1409 FAIL MediaError interface: errorVideo.error must inherit property "message" with the proper type assert_inherits: property "message" not found in prototype chain 1409 PASS MediaError interface: errorVideo.error must inherit property "message" with the proper type 1410 1410 PASS AudioTrackList interface: existence and properties of interface object 1411 1411 PASS AudioTrackList interface object length … … 3777 3777 PASS ValidityState interface: document.createElement("input").validity must inherit property "customError" with the proper type 3778 3778 PASS ValidityState interface: document.createElement("input").validity must inherit property "valid" with the proper type 3779 FAIL SubmitEvent interface: existence and properties of interface object assert_own_property: self does not have own property "SubmitEvent" expected property "SubmitEvent" missing 3780 FAIL SubmitEvent interface object length assert_own_property: self does not have own property "SubmitEvent" expected property "SubmitEvent" missing 3781 FAIL SubmitEvent interface object name assert_own_property: self does not have own property "SubmitEvent" expected property "SubmitEvent" missing 3782 FAIL SubmitEvent interface: existence and properties of interface prototype object assert_own_property: self does not have own property "SubmitEvent" expected property "SubmitEvent" missing 3783 FAIL SubmitEvent interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "SubmitEvent" expected property "SubmitEvent" missing 3784 FAIL SubmitEvent interface: existence and properties of interface prototype object's @@unscopables property assert_own_property: self does not have own property "SubmitEvent" expected property "SubmitEvent" missing 3785 FAIL SubmitEvent interface: attribute submitter assert_own_property: self does not have own property "SubmitEvent" expected property "SubmitEvent" missing 3786 FAIL FormDataEvent interface: existence and properties of interface object assert_own_property: self does not have own property "FormDataEvent" expected property "FormDataEvent" missing 3787 FAIL FormDataEvent interface object length assert_own_property: self does not have own property "FormDataEvent" expected property "FormDataEvent" missing 3788 FAIL FormDataEvent interface object name assert_own_property: self does not have own property "FormDataEvent" expected property "FormDataEvent" missing 3789 FAIL FormDataEvent interface: existence and properties of interface prototype object assert_own_property: self does not have own property "FormDataEvent" expected property "FormDataEvent" missing 3790 FAIL FormDataEvent interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "FormDataEvent" expected property "FormDataEvent" missing 3791 FAIL FormDataEvent interface: existence and properties of interface prototype object's @@unscopables property assert_own_property: self does not have own property "FormDataEvent" expected property "FormDataEvent" missing 3792 FAIL FormDataEvent interface: attribute formData assert_own_property: self does not have own property "FormDataEvent" expected property "FormDataEvent" missing 3793 FAIL FormDataEvent must be primary interface of new FormDataEvent("formdata", { formData: new FormData() }) assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: Can't find variable: FormDataEvent" 3794 FAIL Stringification of new FormDataEvent("formdata", { formData: new FormData() }) assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: Can't find variable: FormDataEvent" 3795 FAIL FormDataEvent interface: new FormDataEvent("formdata", { formData: new FormData() }) must inherit property "formData" with the proper type assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: Can't find variable: FormDataEvent" 3779 PASS SubmitEvent interface: existence and properties of interface object 3780 PASS SubmitEvent interface object length 3781 PASS SubmitEvent interface object name 3782 PASS SubmitEvent interface: existence and properties of interface prototype object 3783 PASS SubmitEvent interface: existence and properties of interface prototype object's "constructor" property 3784 PASS SubmitEvent interface: existence and properties of interface prototype object's @@unscopables property 3785 PASS SubmitEvent interface: attribute submitter 3786 PASS FormDataEvent interface: existence and properties of interface object 3787 PASS FormDataEvent interface object length 3788 PASS FormDataEvent interface object name 3789 PASS FormDataEvent interface: existence and properties of interface prototype object 3790 PASS FormDataEvent interface: existence and properties of interface prototype object's "constructor" property 3791 PASS FormDataEvent interface: existence and properties of interface prototype object's @@unscopables property 3792 PASS FormDataEvent interface: attribute formData 3793 PASS FormDataEvent must be primary interface of new FormDataEvent("formdata", { formData: new FormData() }) 3794 PASS Stringification of new FormDataEvent("formdata", { formData: new FormData() }) 3795 PASS FormDataEvent interface: new FormDataEvent("formdata", { formData: new FormData() }) must inherit property "formData" with the proper type 3796 3796 PASS HTMLDetailsElement interface: existence and properties of interface object 3797 3797 PASS HTMLDetailsElement interface object length … … 4425 4425 PASS Window interface: attribute onerror 4426 4426 PASS Window interface: attribute onfocus 4427 FAIL Window interface: attribute onformdata assert_own_property: The global object must have a property "onformdata" expected property "onformdata" missing 4427 PASS Window interface: attribute onformdata 4428 4428 PASS Window interface: attribute oninput 4429 4429 PASS Window interface: attribute oninvalid … … 4485 4485 PASS Window interface: attribute origin 4486 4486 PASS Window interface: attribute isSecureContext 4487 FAIL Window interface: attribute crossOriginIsolated assert_own_property: The global object must have a property "crossOriginIsolated" expected property "crossOriginIsolated" missing 4487 PASS Window interface: attribute crossOriginIsolated 4488 4488 PASS Window interface: operation btoa(DOMString) 4489 4489 PASS Window interface: operation atob(DOMString) … … 4575 4575 PASS Window interface: window must inherit property "onerror" with the proper type 4576 4576 PASS Window interface: window must inherit property "onfocus" with the proper type 4577 FAIL Window interface: window must inherit property "onformdata" with the proper type assert_own_property: expected property "onformdata" missing 4577 PASS Window interface: window must inherit property "onformdata" with the proper type 4578 4578 PASS Window interface: window must inherit property "oninput" with the proper type 4579 4579 PASS Window interface: window must inherit property "oninvalid" with the proper type … … 4635 4635 PASS Window interface: window must inherit property "origin" with the proper type 4636 4636 PASS Window interface: window must inherit property "isSecureContext" with the proper type 4637 FAIL Window interface: window must inherit property "crossOriginIsolated" with the proper type assert_own_property: expected property "crossOriginIsolated" missing 4637 PASS Window interface: window must inherit property "crossOriginIsolated" with the proper type 4638 4638 PASS Window interface: window must inherit property "btoa(DOMString)" with the proper type 4639 4639 PASS Window interface: calling btoa(DOMString) on window with too few arguments must throw TypeError … … 4982 4982 PASS MessagePort interface: attribute onmessage 4983 4983 FAIL MessagePort interface: attribute onmessageerror assert_true: The prototype object must have a property "onmessageerror" expected true got false 4984 FAIL BroadcastChannel interface: existence and properties of interface object assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 4985 FAIL BroadcastChannel interface object length assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 4986 FAIL BroadcastChannel interface object name assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 4987 FAIL BroadcastChannel interface: existence and properties of interface prototype object assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 4988 FAIL BroadcastChannel interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 4989 FAIL BroadcastChannel interface: existence and properties of interface prototype object's @@unscopables property assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 4990 FAIL BroadcastChannel interface: attribute name assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 4991 FAIL BroadcastChannel interface: operation postMessage(any) assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 4992 FAIL BroadcastChannel interface: operation close() assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 4993 FAIL BroadcastChannel interface: attribute onmessage assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 4994 FAIL BroadcastChannel interface: attribute onmessageerror assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 4984 PASS BroadcastChannel interface: existence and properties of interface object 4985 PASS BroadcastChannel interface object length 4986 PASS BroadcastChannel interface object name 4987 PASS BroadcastChannel interface: existence and properties of interface prototype object 4988 PASS BroadcastChannel interface: existence and properties of interface prototype object's "constructor" property 4989 PASS BroadcastChannel interface: existence and properties of interface prototype object's @@unscopables property 4990 PASS BroadcastChannel interface: attribute name 4991 PASS BroadcastChannel interface: operation postMessage(any) 4992 PASS BroadcastChannel interface: operation close() 4993 PASS BroadcastChannel interface: attribute onmessage 4994 PASS BroadcastChannel interface: attribute onmessageerror 4995 4995 PASS WorkerGlobalScope interface: existence and properties of interface object 4996 4996 PASS DedicatedWorkerGlobalScope interface: existence and properties of interface object … … 5290 5290 PASS SVGElement interface: attribute onerror 5291 5291 PASS SVGElement interface: attribute onfocus 5292 FAIL SVGElement interface: attribute onformdata assert_true: The prototype object must have a property "onformdata" expected true got false 5292 PASS SVGElement interface: attribute onformdata 5293 5293 PASS SVGElement interface: attribute oninput 5294 5294 PASS SVGElement interface: attribute oninvalid … … 5424 5424 PASS Document interface: attribute onerror 5425 5425 PASS Document interface: attribute onfocus 5426 FAIL Document interface: attribute onformdata assert_true: The prototype object must have a property "onformdata" expected true got false 5426 PASS Document interface: attribute onformdata 5427 5427 PASS Document interface: attribute oninput 5428 5428 PASS Document interface: attribute oninvalid … … 5549 5549 PASS Document interface: iframe.contentDocument must inherit property "onerror" with the proper type 5550 5550 PASS Document interface: iframe.contentDocument must inherit property "onfocus" with the proper type 5551 FAIL Document interface: iframe.contentDocument must inherit property "onformdata" with the proper type assert_inherits: property "onformdata" not found in prototype chain 5551 PASS Document interface: iframe.contentDocument must inherit property "onformdata" with the proper type 5552 5552 PASS Document interface: iframe.contentDocument must inherit property "oninput" with the proper type 5553 5553 PASS Document interface: iframe.contentDocument must inherit property "oninvalid" with the proper type … … 5674 5674 PASS Document interface: new Document() must inherit property "onerror" with the proper type 5675 5675 PASS Document interface: new Document() must inherit property "onfocus" with the proper type 5676 FAIL Document interface: new Document() must inherit property "onformdata" with the proper type assert_inherits: property "onformdata" not found in prototype chain 5676 PASS Document interface: new Document() must inherit property "onformdata" with the proper type 5677 5677 PASS Document interface: new Document() must inherit property "oninput" with the proper type 5678 5678 PASS Document interface: new Document() must inherit property "oninvalid" with the proper type … … 5799 5799 PASS Document interface: documentWithHandlers must inherit property "onerror" with the proper type 5800 5800 PASS Document interface: documentWithHandlers must inherit property "onfocus" with the proper type 5801 FAIL Document interface: documentWithHandlers must inherit property "onformdata" with the proper type assert_inherits: property "onformdata" found on object expected in prototype chain 5801 PASS Document interface: documentWithHandlers must inherit property "onformdata" with the proper type 5802 5802 PASS Document interface: documentWithHandlers must inherit property "oninput" with the proper type 5803 5803 PASS Document interface: documentWithHandlers must inherit property "oninvalid" with the proper type -
trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt
r279635 r280678 285 285 PASS HTMLElement interface: attribute onerror 286 286 PASS HTMLElement interface: attribute onfocus 287 FAIL HTMLElement interface: attribute onformdata assert_true: The prototype object must have a property "onformdata" expected true got false 287 PASS HTMLElement interface: attribute onformdata 288 288 PASS HTMLElement interface: attribute oninput 289 289 PASS HTMLElement interface: attribute oninvalid … … 380 380 PASS HTMLElement interface: document.createElement("noscript") must inherit property "onerror" with the proper type 381 381 PASS HTMLElement interface: document.createElement("noscript") must inherit property "onfocus" with the proper type 382 FAIL HTMLElement interface: document.createElement("noscript") must inherit property "onformdata" with the proper type assert_inherits: property "onformdata" not found in prototype chain 382 PASS HTMLElement interface: document.createElement("noscript") must inherit property "onformdata" with the proper type 383 383 PASS HTMLElement interface: document.createElement("noscript") must inherit property "oninput" with the proper type 384 384 PASS HTMLElement interface: document.createElement("noscript") must inherit property "oninvalid" with the proper type … … 1399 1399 PASS MediaError interface: constant MEDIA_ERR_SRC_NOT_SUPPORTED on interface prototype object 1400 1400 PASS MediaError interface: attribute code 1401 FAIL MediaError interface: attribute message assert_true: The prototype object must have a property "message" expected true got false1401 PASS MediaError interface: attribute message 1402 1402 PASS MediaError must be primary interface of errorVideo.error 1403 1403 PASS Stringification of errorVideo.error … … 1407 1407 PASS MediaError interface: errorVideo.error must inherit property "MEDIA_ERR_SRC_NOT_SUPPORTED" with the proper type 1408 1408 PASS MediaError interface: errorVideo.error must inherit property "code" with the proper type 1409 FAIL MediaError interface: errorVideo.error must inherit property "message" with the proper type assert_inherits: property "message" not found in prototype chain 1409 PASS MediaError interface: errorVideo.error must inherit property "message" with the proper type 1410 1410 PASS AudioTrackList interface: existence and properties of interface object 1411 1411 PASS AudioTrackList interface object length … … 3777 3777 PASS ValidityState interface: document.createElement("input").validity must inherit property "customError" with the proper type 3778 3778 PASS ValidityState interface: document.createElement("input").validity must inherit property "valid" with the proper type 3779 FAIL SubmitEvent interface: existence and properties of interface object assert_own_property: self does not have own property "SubmitEvent" expected property "SubmitEvent" missing 3780 FAIL SubmitEvent interface object length assert_own_property: self does not have own property "SubmitEvent" expected property "SubmitEvent" missing 3781 FAIL SubmitEvent interface object name assert_own_property: self does not have own property "SubmitEvent" expected property "SubmitEvent" missing 3782 FAIL SubmitEvent interface: existence and properties of interface prototype object assert_own_property: self does not have own property "SubmitEvent" expected property "SubmitEvent" missing 3783 FAIL SubmitEvent interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "SubmitEvent" expected property "SubmitEvent" missing 3784 FAIL SubmitEvent interface: existence and properties of interface prototype object's @@unscopables property assert_own_property: self does not have own property "SubmitEvent" expected property "SubmitEvent" missing 3785 FAIL SubmitEvent interface: attribute submitter assert_own_property: self does not have own property "SubmitEvent" expected property "SubmitEvent" missing 3786 FAIL FormDataEvent interface: existence and properties of interface object assert_own_property: self does not have own property "FormDataEvent" expected property "FormDataEvent" missing 3787 FAIL FormDataEvent interface object length assert_own_property: self does not have own property "FormDataEvent" expected property "FormDataEvent" missing 3788 FAIL FormDataEvent interface object name assert_own_property: self does not have own property "FormDataEvent" expected property "FormDataEvent" missing 3789 FAIL FormDataEvent interface: existence and properties of interface prototype object assert_own_property: self does not have own property "FormDataEvent" expected property "FormDataEvent" missing 3790 FAIL FormDataEvent interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "FormDataEvent" expected property "FormDataEvent" missing 3791 FAIL FormDataEvent interface: existence and properties of interface prototype object's @@unscopables property assert_own_property: self does not have own property "FormDataEvent" expected property "FormDataEvent" missing 3792 FAIL FormDataEvent interface: attribute formData assert_own_property: self does not have own property "FormDataEvent" expected property "FormDataEvent" missing 3793 FAIL FormDataEvent must be primary interface of new FormDataEvent("formdata", { formData: new FormData() }) assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: Can't find variable: FormDataEvent" 3794 FAIL Stringification of new FormDataEvent("formdata", { formData: new FormData() }) assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: Can't find variable: FormDataEvent" 3795 FAIL FormDataEvent interface: new FormDataEvent("formdata", { formData: new FormData() }) must inherit property "formData" with the proper type assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: Can't find variable: FormDataEvent" 3779 PASS SubmitEvent interface: existence and properties of interface object 3780 PASS SubmitEvent interface object length 3781 PASS SubmitEvent interface object name 3782 PASS SubmitEvent interface: existence and properties of interface prototype object 3783 PASS SubmitEvent interface: existence and properties of interface prototype object's "constructor" property 3784 PASS SubmitEvent interface: existence and properties of interface prototype object's @@unscopables property 3785 PASS SubmitEvent interface: attribute submitter 3786 PASS FormDataEvent interface: existence and properties of interface object 3787 PASS FormDataEvent interface object length 3788 PASS FormDataEvent interface object name 3789 PASS FormDataEvent interface: existence and properties of interface prototype object 3790 PASS FormDataEvent interface: existence and properties of interface prototype object's "constructor" property 3791 PASS FormDataEvent interface: existence and properties of interface prototype object's @@unscopables property 3792 PASS FormDataEvent interface: attribute formData 3793 PASS FormDataEvent must be primary interface of new FormDataEvent("formdata", { formData: new FormData() }) 3794 PASS Stringification of new FormDataEvent("formdata", { formData: new FormData() }) 3795 PASS FormDataEvent interface: new FormDataEvent("formdata", { formData: new FormData() }) must inherit property "formData" with the proper type 3796 3796 PASS HTMLDetailsElement interface: existence and properties of interface object 3797 3797 PASS HTMLDetailsElement interface object length … … 4425 4425 PASS Window interface: attribute onerror 4426 4426 PASS Window interface: attribute onfocus 4427 FAIL Window interface: attribute onformdata assert_own_property: The global object must have a property "onformdata" expected property "onformdata" missing 4427 PASS Window interface: attribute onformdata 4428 4428 PASS Window interface: attribute oninput 4429 4429 PASS Window interface: attribute oninvalid … … 4485 4485 PASS Window interface: attribute origin 4486 4486 PASS Window interface: attribute isSecureContext 4487 FAIL Window interface: attribute crossOriginIsolated assert_own_property: The global object must have a property "crossOriginIsolated" expected property "crossOriginIsolated" missing 4487 PASS Window interface: attribute crossOriginIsolated 4488 4488 PASS Window interface: operation btoa(DOMString) 4489 4489 PASS Window interface: operation atob(DOMString) … … 4575 4575 PASS Window interface: window must inherit property "onerror" with the proper type 4576 4576 PASS Window interface: window must inherit property "onfocus" with the proper type 4577 FAIL Window interface: window must inherit property "onformdata" with the proper type assert_own_property: expected property "onformdata" missing 4577 PASS Window interface: window must inherit property "onformdata" with the proper type 4578 4578 PASS Window interface: window must inherit property "oninput" with the proper type 4579 4579 PASS Window interface: window must inherit property "oninvalid" with the proper type … … 4635 4635 PASS Window interface: window must inherit property "origin" with the proper type 4636 4636 PASS Window interface: window must inherit property "isSecureContext" with the proper type 4637 FAIL Window interface: window must inherit property "crossOriginIsolated" with the proper type assert_own_property: expected property "crossOriginIsolated" missing 4637 PASS Window interface: window must inherit property "crossOriginIsolated" with the proper type 4638 4638 PASS Window interface: window must inherit property "btoa(DOMString)" with the proper type 4639 4639 PASS Window interface: calling btoa(DOMString) on window with too few arguments must throw TypeError … … 4982 4982 PASS MessagePort interface: attribute onmessage 4983 4983 FAIL MessagePort interface: attribute onmessageerror assert_true: The prototype object must have a property "onmessageerror" expected true got false 4984 FAIL BroadcastChannel interface: existence and properties of interface object assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 4985 FAIL BroadcastChannel interface object length assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 4986 FAIL BroadcastChannel interface object name assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 4987 FAIL BroadcastChannel interface: existence and properties of interface prototype object assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 4988 FAIL BroadcastChannel interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 4989 FAIL BroadcastChannel interface: existence and properties of interface prototype object's @@unscopables property assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 4990 FAIL BroadcastChannel interface: attribute name assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 4991 FAIL BroadcastChannel interface: operation postMessage(any) assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 4992 FAIL BroadcastChannel interface: operation close() assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 4993 FAIL BroadcastChannel interface: attribute onmessage assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 4994 FAIL BroadcastChannel interface: attribute onmessageerror assert_own_property: self does not have own property "BroadcastChannel" expected property "BroadcastChannel" missing 4984 PASS BroadcastChannel interface: existence and properties of interface object 4985 PASS BroadcastChannel interface object length 4986 PASS BroadcastChannel interface object name 4987 PASS BroadcastChannel interface: existence and properties of interface prototype object 4988 PASS BroadcastChannel interface: existence and properties of interface prototype object's "constructor" property 4989 PASS BroadcastChannel interface: existence and properties of interface prototype object's @@unscopables property 4990 PASS BroadcastChannel interface: attribute name 4991 PASS BroadcastChannel interface: operation postMessage(any) 4992 PASS BroadcastChannel interface: operation close() 4993 PASS BroadcastChannel interface: attribute onmessage 4994 PASS BroadcastChannel interface: attribute onmessageerror 4995 4995 PASS WorkerGlobalScope interface: existence and properties of interface object 4996 4996 PASS DedicatedWorkerGlobalScope interface: existence and properties of interface object … … 5290 5290 PASS SVGElement interface: attribute onerror 5291 5291 PASS SVGElement interface: attribute onfocus 5292 FAIL SVGElement interface: attribute onformdata assert_true: The prototype object must have a property "onformdata" expected true got false 5292 PASS SVGElement interface: attribute onformdata 5293 5293 PASS SVGElement interface: attribute oninput 5294 5294 PASS SVGElement interface: attribute oninvalid … … 5424 5424 PASS Document interface: attribute onerror 5425 5425 PASS Document interface: attribute onfocus 5426 FAIL Document interface: attribute onformdata assert_true: The prototype object must have a property "onformdata" expected true got false 5426 PASS Document interface: attribute onformdata 5427 5427 PASS Document interface: attribute oninput 5428 5428 PASS Document interface: attribute oninvalid … … 5549 5549 PASS Document interface: iframe.contentDocument must inherit property "onerror" with the proper type 5550 5550 PASS Document interface: iframe.contentDocument must inherit property "onfocus" with the proper type 5551 FAIL Document interface: iframe.contentDocument must inherit property "onformdata" with the proper type assert_inherits: property "onformdata" not found in prototype chain 5551 PASS Document interface: iframe.contentDocument must inherit property "onformdata" with the proper type 5552 5552 PASS Document interface: iframe.contentDocument must inherit property "oninput" with the proper type 5553 5553 PASS Document interface: iframe.contentDocument must inherit property "oninvalid" with the proper type … … 5674 5674 PASS Document interface: new Document() must inherit property "onerror" with the proper type 5675 5675 PASS Document interface: new Document() must inherit property "onfocus" with the proper type 5676 FAIL Document interface: new Document() must inherit property "onformdata" with the proper type assert_inherits: property "onformdata" not found in prototype chain 5676 PASS Document interface: new Document() must inherit property "onformdata" with the proper type 5677 5677 PASS Document interface: new Document() must inherit property "oninput" with the proper type 5678 5678 PASS Document interface: new Document() must inherit property "oninvalid" with the proper type … … 5799 5799 PASS Document interface: documentWithHandlers must inherit property "onerror" with the proper type 5800 5800 PASS Document interface: documentWithHandlers must inherit property "onfocus" with the proper type 5801 FAIL Document interface: documentWithHandlers must inherit property "onformdata" with the proper type assert_inherits: property "onformdata" found on object expected in prototype chain 5801 PASS Document interface: documentWithHandlers must inherit property "onformdata" with the proper type 5802 5802 PASS Document interface: documentWithHandlers must inherit property "oninput" with the proper type 5803 5803 PASS Document interface: documentWithHandlers must inherit property "oninvalid" with the proper type
Note:
See TracChangeset
for help on using the changeset viewer.