⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 280678 in webkit


Ignore:
Timestamp:
Aug 4, 2021, 7:53:13 PM (5 years ago)
Author:
commit-queue@webkit.org
Message:

LayoutTests/imported/w3c:
Update some WPT baselines after recent improvements.
https://bugs.webkit.org/show_bug.cgi?id=228804

Unreviewed test gardening. Update baseline after r279978.
This test is already marked as flaky on mac and iOS.

Patch by Arcady Goldmints-Orlov <Arcady Goldmints-Orlov> on 2021-08-04

  • web-platform-tests/html/semantics/embedded-content/media-elements/error-codes/error-expected.txt:

LayoutTests:
[GLIB] Update some WPT baselines after recent improvements.
https://bugs.webkit.org/show_bug.cgi?id=228804

Update WPT test baselines after r279971, r279978, r279979, and r280310
to account for more passing tests.
Unreviewed test gardening.

Patch by Arcady Goldmints-Orlov <Arcady Goldmints-Orlov> on 2021-08-04

  • platform/glib/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt:
  • platform/glib/imported/w3c/web-platform-tests/mathml/relations/html5-tree/math-global-event-handlers.tentative-expected.txt:
  • platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
  • platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
Location:
trunk/LayoutTests
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r280667 r280678  
     12021-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
    1152021-08-04  Ayumi Kojima  <ayumi_kojima@apple.com>
    216
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r280627 r280678  
     12021-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
    1112021-08-03  Alexey Shvayka  <shvaikalesh@gmail.com>
    212
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/error-codes/error-expected.txt

    r267646 r280678  
    22PASS audio.error initial value
    33PASS 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"
     4PASS audio.error after setting src to the empty string
    55PASS video.error initial value
    66PASS 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"
     7PASS video.error after setting src to the empty string
    88
  • trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt

    r279545 r280678  
    602602PASS MessagePort interface: attribute onmessage
    603603FAIL 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
     604PASS BroadcastChannel interface: existence and properties of interface object
     605PASS BroadcastChannel interface object length
     606PASS BroadcastChannel interface object name
     607PASS BroadcastChannel interface: existence and properties of interface prototype object
     608PASS BroadcastChannel interface: existence and properties of interface prototype object's "constructor" property
     609PASS BroadcastChannel interface: existence and properties of interface prototype object's @@unscopables property
     610PASS BroadcastChannel interface: attribute name
     611PASS BroadcastChannel interface: operation postMessage(any)
     612PASS BroadcastChannel interface: operation close()
     613PASS BroadcastChannel interface: attribute onmessage
     614PASS BroadcastChannel interface: attribute onmessageerror
    615615PASS WorkerGlobalScope interface: existence and properties of interface object
    616616PASS WorkerGlobalScope interface object length
     
    631631PASS WorkerGlobalScope interface: attribute origin
    632632PASS WorkerGlobalScope interface: attribute isSecureContext
    633 FAIL WorkerGlobalScope interface: attribute crossOriginIsolated assert_true: The prototype object must have a property "crossOriginIsolated" expected true got false
     633PASS WorkerGlobalScope interface: attribute crossOriginIsolated
    634634PASS WorkerGlobalScope interface: operation btoa(DOMString)
    635635PASS WorkerGlobalScope interface: operation atob(DOMString)
     
    694694PASS WorkerGlobalScope interface: self must inherit property "origin" with the proper type
    695695PASS 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
     696PASS WorkerGlobalScope interface: self must inherit property "crossOriginIsolated" with the proper type
    697697PASS WorkerGlobalScope interface: self must inherit property "btoa(DOMString)" with the proper type
    698698PASS 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  
    115115PASS onfocus: dynamic changes on the attribute
    116116PASS 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
     117PASS onformdata: must be on the appropriate locations for GlobalEventHandlers
     118PASS onformdata: the default value must be null
     119PASS onformdata: the content attribute must be compiled into a function as the corresponding property
     120PASS onformdata: dynamic changes on the attribute
     121PASS onformdata: dispatching an Event at a <math> element must trigger element.onformdata
    122122PASS oninput: must be on the appropriate locations for GlobalEventHandlers
    123123PASS oninput: the default value must be null
  • trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt

    r279635 r280678  
    285285PASS HTMLElement interface: attribute onerror
    286286PASS HTMLElement interface: attribute onfocus
    287 FAIL HTMLElement interface: attribute onformdata assert_true: The prototype object must have a property "onformdata" expected true got false
     287PASS HTMLElement interface: attribute onformdata
    288288PASS HTMLElement interface: attribute oninput
    289289PASS HTMLElement interface: attribute oninvalid
     
    380380PASS HTMLElement interface: document.createElement("noscript") must inherit property "onerror" with the proper type
    381381PASS 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
     382PASS HTMLElement interface: document.createElement("noscript") must inherit property "onformdata" with the proper type
    383383PASS HTMLElement interface: document.createElement("noscript") must inherit property "oninput" with the proper type
    384384PASS HTMLElement interface: document.createElement("noscript") must inherit property "oninvalid" with the proper type
     
    13991399PASS MediaError interface: constant MEDIA_ERR_SRC_NOT_SUPPORTED on interface prototype object
    14001400PASS MediaError interface: attribute code
    1401 FAIL MediaError interface: attribute message assert_true: The prototype object must have a property "message" expected true got false
     1401PASS MediaError interface: attribute message
    14021402PASS MediaError must be primary interface of errorVideo.error
    14031403PASS Stringification of errorVideo.error
     
    14071407PASS MediaError interface: errorVideo.error must inherit property "MEDIA_ERR_SRC_NOT_SUPPORTED" with the proper type
    14081408PASS 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
     1409PASS MediaError interface: errorVideo.error must inherit property "message" with the proper type
    14101410PASS AudioTrackList interface: existence and properties of interface object
    14111411PASS AudioTrackList interface object length
     
    37773777PASS ValidityState interface: document.createElement("input").validity must inherit property "customError" with the proper type
    37783778PASS 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"
     3779PASS SubmitEvent interface: existence and properties of interface object
     3780PASS SubmitEvent interface object length
     3781PASS SubmitEvent interface object name
     3782PASS SubmitEvent interface: existence and properties of interface prototype object
     3783PASS SubmitEvent interface: existence and properties of interface prototype object's "constructor" property
     3784PASS SubmitEvent interface: existence and properties of interface prototype object's @@unscopables property
     3785PASS SubmitEvent interface: attribute submitter
     3786PASS FormDataEvent interface: existence and properties of interface object
     3787PASS FormDataEvent interface object length
     3788PASS FormDataEvent interface object name
     3789PASS FormDataEvent interface: existence and properties of interface prototype object
     3790PASS FormDataEvent interface: existence and properties of interface prototype object's "constructor" property
     3791PASS FormDataEvent interface: existence and properties of interface prototype object's @@unscopables property
     3792PASS FormDataEvent interface: attribute formData
     3793PASS FormDataEvent must be primary interface of new FormDataEvent("formdata", { formData: new FormData() })
     3794PASS Stringification of new FormDataEvent("formdata", { formData: new FormData() })
     3795PASS FormDataEvent interface: new FormDataEvent("formdata", { formData: new FormData() }) must inherit property "formData" with the proper type
    37963796PASS HTMLDetailsElement interface: existence and properties of interface object
    37973797PASS HTMLDetailsElement interface object length
     
    44254425PASS Window interface: attribute onerror
    44264426PASS 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
     4427PASS Window interface: attribute onformdata
    44284428PASS Window interface: attribute oninput
    44294429PASS Window interface: attribute oninvalid
     
    44854485PASS Window interface: attribute origin
    44864486PASS 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
     4487PASS Window interface: attribute crossOriginIsolated
    44884488PASS Window interface: operation btoa(DOMString)
    44894489PASS Window interface: operation atob(DOMString)
     
    45754575PASS Window interface: window must inherit property "onerror" with the proper type
    45764576PASS 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
     4577PASS Window interface: window must inherit property "onformdata" with the proper type
    45784578PASS Window interface: window must inherit property "oninput" with the proper type
    45794579PASS Window interface: window must inherit property "oninvalid" with the proper type
     
    46354635PASS Window interface: window must inherit property "origin" with the proper type
    46364636PASS 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
     4637PASS Window interface: window must inherit property "crossOriginIsolated" with the proper type
    46384638PASS Window interface: window must inherit property "btoa(DOMString)" with the proper type
    46394639PASS Window interface: calling btoa(DOMString) on window with too few arguments must throw TypeError
     
    49824982PASS MessagePort interface: attribute onmessage
    49834983FAIL 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
     4984PASS BroadcastChannel interface: existence and properties of interface object
     4985PASS BroadcastChannel interface object length
     4986PASS BroadcastChannel interface object name
     4987PASS BroadcastChannel interface: existence and properties of interface prototype object
     4988PASS BroadcastChannel interface: existence and properties of interface prototype object's "constructor" property
     4989PASS BroadcastChannel interface: existence and properties of interface prototype object's @@unscopables property
     4990PASS BroadcastChannel interface: attribute name
     4991PASS BroadcastChannel interface: operation postMessage(any)
     4992PASS BroadcastChannel interface: operation close()
     4993PASS BroadcastChannel interface: attribute onmessage
     4994PASS BroadcastChannel interface: attribute onmessageerror
    49954995PASS WorkerGlobalScope interface: existence and properties of interface object
    49964996PASS DedicatedWorkerGlobalScope interface: existence and properties of interface object
     
    52905290PASS SVGElement interface: attribute onerror
    52915291PASS SVGElement interface: attribute onfocus
    5292 FAIL SVGElement interface: attribute onformdata assert_true: The prototype object must have a property "onformdata" expected true got false
     5292PASS SVGElement interface: attribute onformdata
    52935293PASS SVGElement interface: attribute oninput
    52945294PASS SVGElement interface: attribute oninvalid
     
    54245424PASS Document interface: attribute onerror
    54255425PASS Document interface: attribute onfocus
    5426 FAIL Document interface: attribute onformdata assert_true: The prototype object must have a property "onformdata" expected true got false
     5426PASS Document interface: attribute onformdata
    54275427PASS Document interface: attribute oninput
    54285428PASS Document interface: attribute oninvalid
     
    55495549PASS Document interface: iframe.contentDocument must inherit property "onerror" with the proper type
    55505550PASS 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
     5551PASS Document interface: iframe.contentDocument must inherit property "onformdata" with the proper type
    55525552PASS Document interface: iframe.contentDocument must inherit property "oninput" with the proper type
    55535553PASS Document interface: iframe.contentDocument must inherit property "oninvalid" with the proper type
     
    56745674PASS Document interface: new Document() must inherit property "onerror" with the proper type
    56755675PASS 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
     5676PASS Document interface: new Document() must inherit property "onformdata" with the proper type
    56775677PASS Document interface: new Document() must inherit property "oninput" with the proper type
    56785678PASS Document interface: new Document() must inherit property "oninvalid" with the proper type
     
    57995799PASS Document interface: documentWithHandlers must inherit property "onerror" with the proper type
    58005800PASS 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
     5801PASS Document interface: documentWithHandlers must inherit property "onformdata" with the proper type
    58025802PASS Document interface: documentWithHandlers must inherit property "oninput" with the proper type
    58035803PASS 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  
    285285PASS HTMLElement interface: attribute onerror
    286286PASS HTMLElement interface: attribute onfocus
    287 FAIL HTMLElement interface: attribute onformdata assert_true: The prototype object must have a property "onformdata" expected true got false
     287PASS HTMLElement interface: attribute onformdata
    288288PASS HTMLElement interface: attribute oninput
    289289PASS HTMLElement interface: attribute oninvalid
     
    380380PASS HTMLElement interface: document.createElement("noscript") must inherit property "onerror" with the proper type
    381381PASS 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
     382PASS HTMLElement interface: document.createElement("noscript") must inherit property "onformdata" with the proper type
    383383PASS HTMLElement interface: document.createElement("noscript") must inherit property "oninput" with the proper type
    384384PASS HTMLElement interface: document.createElement("noscript") must inherit property "oninvalid" with the proper type
     
    13991399PASS MediaError interface: constant MEDIA_ERR_SRC_NOT_SUPPORTED on interface prototype object
    14001400PASS MediaError interface: attribute code
    1401 FAIL MediaError interface: attribute message assert_true: The prototype object must have a property "message" expected true got false
     1401PASS MediaError interface: attribute message
    14021402PASS MediaError must be primary interface of errorVideo.error
    14031403PASS Stringification of errorVideo.error
     
    14071407PASS MediaError interface: errorVideo.error must inherit property "MEDIA_ERR_SRC_NOT_SUPPORTED" with the proper type
    14081408PASS 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
     1409PASS MediaError interface: errorVideo.error must inherit property "message" with the proper type
    14101410PASS AudioTrackList interface: existence and properties of interface object
    14111411PASS AudioTrackList interface object length
     
    37773777PASS ValidityState interface: document.createElement("input").validity must inherit property "customError" with the proper type
    37783778PASS 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"
     3779PASS SubmitEvent interface: existence and properties of interface object
     3780PASS SubmitEvent interface object length
     3781PASS SubmitEvent interface object name
     3782PASS SubmitEvent interface: existence and properties of interface prototype object
     3783PASS SubmitEvent interface: existence and properties of interface prototype object's "constructor" property
     3784PASS SubmitEvent interface: existence and properties of interface prototype object's @@unscopables property
     3785PASS SubmitEvent interface: attribute submitter
     3786PASS FormDataEvent interface: existence and properties of interface object
     3787PASS FormDataEvent interface object length
     3788PASS FormDataEvent interface object name
     3789PASS FormDataEvent interface: existence and properties of interface prototype object
     3790PASS FormDataEvent interface: existence and properties of interface prototype object's "constructor" property
     3791PASS FormDataEvent interface: existence and properties of interface prototype object's @@unscopables property
     3792PASS FormDataEvent interface: attribute formData
     3793PASS FormDataEvent must be primary interface of new FormDataEvent("formdata", { formData: new FormData() })
     3794PASS Stringification of new FormDataEvent("formdata", { formData: new FormData() })
     3795PASS FormDataEvent interface: new FormDataEvent("formdata", { formData: new FormData() }) must inherit property "formData" with the proper type
    37963796PASS HTMLDetailsElement interface: existence and properties of interface object
    37973797PASS HTMLDetailsElement interface object length
     
    44254425PASS Window interface: attribute onerror
    44264426PASS 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
     4427PASS Window interface: attribute onformdata
    44284428PASS Window interface: attribute oninput
    44294429PASS Window interface: attribute oninvalid
     
    44854485PASS Window interface: attribute origin
    44864486PASS 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
     4487PASS Window interface: attribute crossOriginIsolated
    44884488PASS Window interface: operation btoa(DOMString)
    44894489PASS Window interface: operation atob(DOMString)
     
    45754575PASS Window interface: window must inherit property "onerror" with the proper type
    45764576PASS 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
     4577PASS Window interface: window must inherit property "onformdata" with the proper type
    45784578PASS Window interface: window must inherit property "oninput" with the proper type
    45794579PASS Window interface: window must inherit property "oninvalid" with the proper type
     
    46354635PASS Window interface: window must inherit property "origin" with the proper type
    46364636PASS 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
     4637PASS Window interface: window must inherit property "crossOriginIsolated" with the proper type
    46384638PASS Window interface: window must inherit property "btoa(DOMString)" with the proper type
    46394639PASS Window interface: calling btoa(DOMString) on window with too few arguments must throw TypeError
     
    49824982PASS MessagePort interface: attribute onmessage
    49834983FAIL 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
     4984PASS BroadcastChannel interface: existence and properties of interface object
     4985PASS BroadcastChannel interface object length
     4986PASS BroadcastChannel interface object name
     4987PASS BroadcastChannel interface: existence and properties of interface prototype object
     4988PASS BroadcastChannel interface: existence and properties of interface prototype object's "constructor" property
     4989PASS BroadcastChannel interface: existence and properties of interface prototype object's @@unscopables property
     4990PASS BroadcastChannel interface: attribute name
     4991PASS BroadcastChannel interface: operation postMessage(any)
     4992PASS BroadcastChannel interface: operation close()
     4993PASS BroadcastChannel interface: attribute onmessage
     4994PASS BroadcastChannel interface: attribute onmessageerror
    49954995PASS WorkerGlobalScope interface: existence and properties of interface object
    49964996PASS DedicatedWorkerGlobalScope interface: existence and properties of interface object
     
    52905290PASS SVGElement interface: attribute onerror
    52915291PASS SVGElement interface: attribute onfocus
    5292 FAIL SVGElement interface: attribute onformdata assert_true: The prototype object must have a property "onformdata" expected true got false
     5292PASS SVGElement interface: attribute onformdata
    52935293PASS SVGElement interface: attribute oninput
    52945294PASS SVGElement interface: attribute oninvalid
     
    54245424PASS Document interface: attribute onerror
    54255425PASS Document interface: attribute onfocus
    5426 FAIL Document interface: attribute onformdata assert_true: The prototype object must have a property "onformdata" expected true got false
     5426PASS Document interface: attribute onformdata
    54275427PASS Document interface: attribute oninput
    54285428PASS Document interface: attribute oninvalid
     
    55495549PASS Document interface: iframe.contentDocument must inherit property "onerror" with the proper type
    55505550PASS 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
     5551PASS Document interface: iframe.contentDocument must inherit property "onformdata" with the proper type
    55525552PASS Document interface: iframe.contentDocument must inherit property "oninput" with the proper type
    55535553PASS Document interface: iframe.contentDocument must inherit property "oninvalid" with the proper type
     
    56745674PASS Document interface: new Document() must inherit property "onerror" with the proper type
    56755675PASS 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
     5676PASS Document interface: new Document() must inherit property "onformdata" with the proper type
    56775677PASS Document interface: new Document() must inherit property "oninput" with the proper type
    56785678PASS Document interface: new Document() must inherit property "oninvalid" with the proper type
     
    57995799PASS Document interface: documentWithHandlers must inherit property "onerror" with the proper type
    58005800PASS 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
     5801PASS Document interface: documentWithHandlers must inherit property "onformdata" with the proper type
    58025802PASS Document interface: documentWithHandlers must inherit property "oninput" with the proper type
    58035803PASS Document interface: documentWithHandlers must inherit property "oninvalid" with the proper type
Note: See TracChangeset for help on using the changeset viewer.