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

Changeset 287780 in webkit


Ignore:
Timestamp:
Jan 7, 2022, 1:25:37 PM (5 years ago)
Author:
Chris Dumez
Message:

Unreviewed, rebaseline imported/w3c/web-platform-tests/html/dom/idlharness.https.html properly on iOS platforms.

  • platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
  • platform/ipad/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r287779 r287780  
     12022-01-07  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed, rebaseline imported/w3c/web-platform-tests/html/dom/idlharness.https.html properly on iOS platforms.
     4
     5        * platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
     6        * platform/ipad/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
     7
    182022-01-07  Alan Bujtas  <zalan@apple.com>
    29
  • trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt

    r287656 r287780  
    14321432PASS AudioTrack interface: existence and properties of interface prototype object's @@unscopables property
    14331433PASS AudioTrack interface: attribute id
    1434 FAIL AudioTrack interface: attribute kind assert_equals: setter must be undefined for readonly attributes expected (undefined) undefined but got (function) function "function kind() {
    1435     [native code]
    1436 }"
     1434PASS AudioTrack interface: attribute kind
    14371435PASS AudioTrack interface: attribute label
    1438 FAIL AudioTrack interface: attribute language assert_equals: setter must be undefined for readonly attributes expected (undefined) undefined but got (function) function "function language() {
    1439     [native code]
    1440 }"
     1436PASS AudioTrack interface: attribute language
    14411437PASS AudioTrack interface: attribute enabled
    14421438PASS VideoTrackList interface: existence and properties of interface object
     
    14591455PASS VideoTrack interface: existence and properties of interface prototype object's @@unscopables property
    14601456PASS VideoTrack interface: attribute id
    1461 FAIL VideoTrack interface: attribute kind assert_equals: setter must be undefined for readonly attributes expected (undefined) undefined but got (function) function "function kind() {
    1462     [native code]
    1463 }"
     1457PASS VideoTrack interface: attribute kind
    14641458PASS VideoTrack interface: attribute label
    1465 FAIL VideoTrack interface: attribute language assert_equals: setter must be undefined for readonly attributes expected (undefined) undefined but got (function) function "function language() {
    1466     [native code]
    1467 }"
     1459PASS VideoTrack interface: attribute language
    14681460PASS VideoTrack interface: attribute selected
    14691461PASS TextTrackList interface: existence and properties of interface object
     
    14961488}"
    14971489PASS TextTrack interface: attribute label
    1498 FAIL TextTrack interface: attribute language assert_equals: setter must be undefined for readonly attributes expected (undefined) undefined but got (function) function "function language() {
    1499     [native code]
    1500 }"
     1490PASS TextTrack interface: attribute language
    15011491PASS TextTrack interface: attribute id
    15021492PASS TextTrack interface: attribute inBandMetadataTrackDispatchType
  • trunk/LayoutTests/platform/ipad/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt

    r286550 r287780  
    270270PASS HTMLElement interface: attribute onclick
    271271PASS HTMLElement interface: attribute onclose
     272FAIL HTMLElement interface: attribute oncontextlost assert_true: The prototype object must have a property "oncontextlost" expected true got false
    272273PASS HTMLElement interface: attribute oncontextmenu
     274FAIL HTMLElement interface: attribute oncontextrestored assert_true: The prototype object must have a property "oncontextrestored" expected true got false
    273275PASS HTMLElement interface: attribute oncuechange
    274276PASS HTMLElement interface: attribute ondblclick
     
    336338PASS HTMLElement interface: attribute dataset
    337339PASS HTMLElement interface: attribute nonce
    338 FAIL HTMLElement interface: attribute autofocus assert_true: The prototype object must have a property "autofocus" expected true got false
     340PASS HTMLElement interface: attribute autofocus
    339341PASS HTMLElement interface: attribute tabIndex
    340342PASS HTMLElement interface: operation focus(optional FocusOptions)
     
    365367PASS HTMLElement interface: document.createElement("noscript") must inherit property "onclick" with the proper type
    366368PASS HTMLElement interface: document.createElement("noscript") must inherit property "onclose" with the proper type
     369FAIL HTMLElement interface: document.createElement("noscript") must inherit property "oncontextlost" with the proper type assert_inherits: property "oncontextlost" not found in prototype chain
    367370PASS HTMLElement interface: document.createElement("noscript") must inherit property "oncontextmenu" with the proper type
     371FAIL HTMLElement interface: document.createElement("noscript") must inherit property "oncontextrestored" with the proper type assert_inherits: property "oncontextrestored" not found in prototype chain
    368372PASS HTMLElement interface: document.createElement("noscript") must inherit property "oncuechange" with the proper type
    369373PASS HTMLElement interface: document.createElement("noscript") must inherit property "ondblclick" with the proper type
     
    431435PASS HTMLElement interface: document.createElement("noscript") must inherit property "dataset" with the proper type
    432436PASS HTMLElement interface: document.createElement("noscript") must inherit property "nonce" with the proper type
    433 FAIL HTMLElement interface: document.createElement("noscript") must inherit property "autofocus" with the proper type assert_inherits: property "autofocus" not found in prototype chain
     437PASS HTMLElement interface: document.createElement("noscript") must inherit property "autofocus" with the proper type
    434438PASS HTMLElement interface: document.createElement("noscript") must inherit property "tabIndex" with the proper type
    435439PASS HTMLElement interface: document.createElement("noscript") must inherit property "focus(optional FocusOptions)" with the proper type
     
    543547PASS HTMLMetaElement interface: attribute httpEquiv
    544548PASS HTMLMetaElement interface: attribute content
     549PASS HTMLMetaElement interface: attribute media
    545550PASS HTMLMetaElement interface: attribute scheme
    546551PASS HTMLMetaElement must be primary interface of document.createElement("meta")
     
    549554PASS HTMLMetaElement interface: document.createElement("meta") must inherit property "httpEquiv" with the proper type
    550555PASS HTMLMetaElement interface: document.createElement("meta") must inherit property "content" with the proper type
     556PASS HTMLMetaElement interface: document.createElement("meta") must inherit property "media" with the proper type
    551557PASS HTMLMetaElement interface: document.createElement("meta") must inherit property "scheme" with the proper type
    552558PASS HTMLStyleElement interface: existence and properties of interface object
     
    18711877PASS HTMLFormElement interface: attribute noValidate
    18721878PASS HTMLFormElement interface: attribute target
    1873 FAIL HTMLFormElement interface: attribute rel assert_true: The prototype object must have a property "rel" expected true got false
    1874 FAIL HTMLFormElement interface: attribute relList assert_true: The prototype object must have a property "relList" expected true got false
     1879PASS HTMLFormElement interface: attribute rel
     1880PASS HTMLFormElement interface: attribute relList
    18751881PASS HTMLFormElement interface: attribute elements
    18761882PASS HTMLFormElement interface: attribute length
     
    18911897PASS HTMLFormElement interface: document.createElement("form") must inherit property "noValidate" with the proper type
    18921898PASS HTMLFormElement interface: document.createElement("form") must inherit property "target" with the proper type
    1893 FAIL HTMLFormElement interface: document.createElement("form") must inherit property "rel" with the proper type assert_inherits: property "rel" not found in prototype chain
    1894 FAIL HTMLFormElement interface: document.createElement("form") must inherit property "relList" with the proper type assert_inherits: property "relList" not found in prototype chain
     1899PASS HTMLFormElement interface: document.createElement("form") must inherit property "rel" with the proper type
     1900PASS HTMLFormElement interface: document.createElement("form") must inherit property "relList" with the proper type
    18951901PASS HTMLFormElement interface: document.createElement("form") must inherit property "elements" with the proper type
    18961902PASS HTMLFormElement interface: document.createElement("form") must inherit property "length" with the proper type
     
    38303836PASS HTMLScriptElement interface: attribute integrity
    38313837PASS HTMLScriptElement interface: attribute referrerPolicy
     3838FAIL HTMLScriptElement interface: operation supports(DOMString) assert_own_property: interface object missing static operation expected property "supports" missing
    38323839PASS HTMLScriptElement interface: attribute charset
    38333840PASS HTMLScriptElement interface: attribute event
     
    38443851PASS HTMLScriptElement interface: document.createElement("script") must inherit property "integrity" with the proper type
    38453852PASS HTMLScriptElement interface: document.createElement("script") must inherit property "referrerPolicy" with the proper type
     3853PASS HTMLScriptElement interface: document.createElement("script") must inherit property "supports(DOMString)" with the proper type
     3854FAIL HTMLScriptElement interface: calling supports(DOMString) on document.createElement("script") with too few arguments must throw TypeError assert_own_property: interface object must have static operation as own property expected property "supports" missing
    38463855PASS HTMLScriptElement interface: document.createElement("script") must inherit property "charset" with the proper type
    38473856PASS HTMLScriptElement interface: document.createElement("script") must inherit property "event" with the proper type
     
    39103919PASS CanvasRenderingContext2D interface: operation restore()
    39113920FAIL CanvasRenderingContext2D interface: operation reset() assert_own_property: interface prototype object missing non-static operation expected property "reset" missing
     3921FAIL CanvasRenderingContext2D interface: operation isContextLost() assert_own_property: interface prototype object missing non-static operation expected property "isContextLost" missing
    39123922PASS CanvasRenderingContext2D interface: operation scale(unrestricted double, unrestricted double)
    39133923PASS CanvasRenderingContext2D interface: operation rotate(unrestricted double)
     
    39863996PASS CanvasRenderingContext2D interface: operation arcTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)
    39873997PASS CanvasRenderingContext2D interface: operation rect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)
     3998FAIL CanvasRenderingContext2D interface: operation roundRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double, sequence<(unrestricted double or DOMPointInit)>) assert_own_property: interface prototype object missing non-static operation expected property "roundRect" missing
    39883999PASS CanvasRenderingContext2D interface: operation arc(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, optional boolean)
    39894000PASS CanvasRenderingContext2D interface: operation ellipse(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, optional boolean)
     
    39954006PASS CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "restore()" with the proper type
    39964007FAIL CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "reset()" with the proper type assert_inherits: property "reset" not found in prototype chain
     4008FAIL CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "isContextLost()" with the proper type assert_inherits: property "isContextLost" not found in prototype chain
    39974009PASS CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "scale(unrestricted double, unrestricted double)" with the proper type
    39984010PASS CanvasRenderingContext2D interface: calling scale(unrestricted double, unrestricted double) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError
     
    41144126PASS CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "rect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)" with the proper type
    41154127PASS CanvasRenderingContext2D interface: calling rect(unrestricted double, unrestricted double, unrestricted double, unrestricted double) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError
     4128FAIL CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "roundRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double, sequence<(unrestricted double or DOMPointInit)>)" with the proper type assert_inherits: property "roundRect" not found in prototype chain
     4129FAIL CanvasRenderingContext2D interface: calling roundRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double, sequence<(unrestricted double or DOMPointInit)>) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError assert_inherits: property "roundRect" not found in prototype chain
    41164130PASS CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "arc(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, optional boolean)" with the proper type
    41174131PASS CanvasRenderingContext2D interface: calling arc(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, optional boolean) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError
     
    41804194PASS Path2D interface: operation arcTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)
    41814195PASS Path2D interface: operation rect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)
     4196FAIL Path2D interface: operation roundRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double, sequence<(unrestricted double or DOMPointInit)>) assert_own_property: interface prototype object missing non-static operation expected property "roundRect" missing
    41824197PASS Path2D interface: operation arc(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, optional boolean)
    41834198PASS Path2D interface: operation ellipse(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, optional boolean)
     
    42014216FAIL OffscreenCanvas interface: operation transferToImageBitmap() assert_own_property: self does not have own property "OffscreenCanvas" expected property "OffscreenCanvas" missing
    42024217FAIL OffscreenCanvas interface: operation convertToBlob(optional ImageEncodeOptions) assert_own_property: self does not have own property "OffscreenCanvas" expected property "OffscreenCanvas" missing
     4218FAIL OffscreenCanvas interface: attribute oncontextlost assert_own_property: self does not have own property "OffscreenCanvas" expected property "OffscreenCanvas" missing
     4219FAIL OffscreenCanvas interface: attribute oncontextrestored assert_own_property: self does not have own property "OffscreenCanvas" expected property "OffscreenCanvas" missing
    42034220FAIL OffscreenCanvasRenderingContext2D interface: existence and properties of interface object assert_own_property: self does not have own property "OffscreenCanvasRenderingContext2D" expected property "OffscreenCanvasRenderingContext2D" missing
    42044221FAIL OffscreenCanvasRenderingContext2D interface object length assert_own_property: self does not have own property "OffscreenCanvasRenderingContext2D" expected property "OffscreenCanvasRenderingContext2D" missing
     
    42124229FAIL OffscreenCanvasRenderingContext2D interface: operation restore() assert_own_property: self does not have own property "OffscreenCanvasRenderingContext2D" expected property "OffscreenCanvasRenderingContext2D" missing
    42134230FAIL OffscreenCanvasRenderingContext2D interface: operation reset() assert_own_property: self does not have own property "OffscreenCanvasRenderingContext2D" expected property "OffscreenCanvasRenderingContext2D" missing
     4231FAIL OffscreenCanvasRenderingContext2D interface: operation isContextLost() assert_own_property: self does not have own property "OffscreenCanvasRenderingContext2D" expected property "OffscreenCanvasRenderingContext2D" missing
    42144232FAIL OffscreenCanvasRenderingContext2D interface: operation scale(unrestricted double, unrestricted double) assert_own_property: self does not have own property "OffscreenCanvasRenderingContext2D" expected property "OffscreenCanvasRenderingContext2D" missing
    42154233FAIL OffscreenCanvasRenderingContext2D interface: operation rotate(unrestricted double) assert_own_property: self does not have own property "OffscreenCanvasRenderingContext2D" expected property "OffscreenCanvasRenderingContext2D" missing
     
    42844302FAIL OffscreenCanvasRenderingContext2D interface: operation arcTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double) assert_own_property: self does not have own property "OffscreenCanvasRenderingContext2D" expected property "OffscreenCanvasRenderingContext2D" missing
    42854303FAIL OffscreenCanvasRenderingContext2D interface: operation rect(unrestricted double, unrestricted double, unrestricted double, unrestricted double) assert_own_property: self does not have own property "OffscreenCanvasRenderingContext2D" expected property "OffscreenCanvasRenderingContext2D" missing
     4304FAIL OffscreenCanvasRenderingContext2D interface: operation roundRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double, sequence<(unrestricted double or DOMPointInit)>) assert_own_property: self does not have own property "OffscreenCanvasRenderingContext2D" expected property "OffscreenCanvasRenderingContext2D" missing
    42864305FAIL OffscreenCanvasRenderingContext2D interface: operation arc(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, optional boolean) assert_own_property: self does not have own property "OffscreenCanvasRenderingContext2D" expected property "OffscreenCanvasRenderingContext2D" missing
    42874306FAIL OffscreenCanvasRenderingContext2D interface: operation ellipse(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, optional boolean) assert_own_property: self does not have own property "OffscreenCanvasRenderingContext2D" expected property "OffscreenCanvasRenderingContext2D" missing
     
    43904409PASS Window interface: operation open(optional USVString, optional DOMString, optional DOMString)
    43914410PASS Window interface: attribute navigator
     4411FAIL Window interface: attribute clientInformation assert_equals: setter must be undefined for readonly attributes expected (undefined) undefined but got (function) function "function clientInformation() {
     4412    [native code]
     4413}"
    43924414FAIL Window interface: attribute originAgentCluster assert_own_property: The global object must have a property "originAgentCluster" expected property "originAgentCluster" missing
    43934415PASS Window interface: operation alert()
     
    44104432PASS Window interface: attribute onclick
    44114433PASS Window interface: attribute onclose
     4434FAIL Window interface: attribute oncontextlost assert_own_property: The global object must have a property "oncontextlost" expected property "oncontextlost" missing
    44124435PASS Window interface: attribute oncontextmenu
     4436FAIL Window interface: attribute oncontextrestored assert_own_property: The global object must have a property "oncontextrestored" expected property "oncontextrestored" missing
    44134437PASS Window interface: attribute oncuechange
    44144438PASS Window interface: attribute ondblclick
     
    44864510PASS Window interface: attribute isSecureContext
    44874511PASS Window interface: attribute crossOriginIsolated
     4512PASS Window interface: operation reportError(any)
    44884513PASS Window interface: operation btoa(DOMString)
    44894514PASS Window interface: operation atob(DOMString)
     
    44954520PASS Window interface: operation createImageBitmap(ImageBitmapSource, optional ImageBitmapOptions)
    44964521PASS Window interface: operation createImageBitmap(ImageBitmapSource, long, long, long, long, optional ImageBitmapOptions)
     4522PASS Window interface: operation structuredClone(any, optional StructuredSerializeOptions)
    44974523PASS Window interface: operation requestAnimationFrame(FrameRequestCallback)
    44984524PASS Window interface: operation cancelAnimationFrame(unsigned long)
     
    45354561PASS Window interface: calling open(optional USVString, optional DOMString, optional DOMString) on window with too few arguments must throw TypeError
    45364562PASS Window interface: window must inherit property "navigator" with the proper type
     4563PASS Window interface: window must inherit property "clientInformation" with the proper type
    45374564FAIL Window interface: window must inherit property "originAgentCluster" with the proper type assert_own_property: expected property "originAgentCluster" missing
    45384565PASS Window interface: window must inherit property "alert()" with the proper type
     
    45604587PASS Window interface: window must inherit property "onclick" with the proper type
    45614588PASS Window interface: window must inherit property "onclose" with the proper type
     4589FAIL Window interface: window must inherit property "oncontextlost" with the proper type assert_own_property: expected property "oncontextlost" missing
    45624590PASS Window interface: window must inherit property "oncontextmenu" with the proper type
     4591FAIL Window interface: window must inherit property "oncontextrestored" with the proper type assert_own_property: expected property "oncontextrestored" missing
    45634592PASS Window interface: window must inherit property "oncuechange" with the proper type
    45644593PASS Window interface: window must inherit property "ondblclick" with the proper type
     
    46364665PASS Window interface: window must inherit property "isSecureContext" with the proper type
    46374666PASS Window interface: window must inherit property "crossOriginIsolated" with the proper type
     4667PASS Window interface: window must inherit property "reportError(any)" with the proper type
     4668PASS Window interface: calling reportError(any) on window with too few arguments must throw TypeError
    46384669PASS Window interface: window must inherit property "btoa(DOMString)" with the proper type
    46394670PASS Window interface: calling btoa(DOMString) on window with too few arguments must throw TypeError
     
    46544685PASS Window interface: window must inherit property "createImageBitmap(ImageBitmapSource, long, long, long, long, optional ImageBitmapOptions)" with the proper type
    46554686PASS Window interface: calling createImageBitmap(ImageBitmapSource, long, long, long, long, optional ImageBitmapOptions) on window with too few arguments must throw TypeError
     4687PASS Window interface: window must inherit property "structuredClone(any, optional StructuredSerializeOptions)" with the proper type
     4688PASS Window interface: calling structuredClone(any, optional StructuredSerializeOptions) on window with too few arguments must throw TypeError
    46564689PASS Window interface: window must inherit property "requestAnimationFrame(FrameRequestCallback)" with the proper type
    46574690PASS Window interface: calling requestAnimationFrame(FrameRequestCallback) on window with too few arguments must throw TypeError
     
    48064839PASS Navigator interface: attribute mimeTypes
    48074840PASS Navigator interface: operation javaEnabled()
     4841FAIL Navigator interface: attribute pdfViewerEnabled assert_true: The prototype object must have a property "pdfViewerEnabled" expected true got false
    48084842PASS Navigator interface: attribute hardwareConcurrency
    48094843PASS Navigator must be primary interface of window.navigator
     
    48314865PASS Navigator interface: window.navigator must inherit property "mimeTypes" with the proper type
    48324866PASS Navigator interface: window.navigator must inherit property "javaEnabled()" with the proper type
     4867FAIL Navigator interface: window.navigator must inherit property "pdfViewerEnabled" with the proper type assert_inherits: property "pdfViewerEnabled" not found in prototype chain
    48334868PASS Navigator interface: window.navigator must inherit property "hardwareConcurrency" with the proper type
     4869PASS PluginArray interface: existence and properties of interface object
     4870PASS PluginArray interface object length
     4871PASS PluginArray interface object name
     4872PASS PluginArray interface: existence and properties of interface prototype object
     4873PASS PluginArray interface: existence and properties of interface prototype object's "constructor" property
     4874PASS PluginArray interface: existence and properties of interface prototype object's @@unscopables property
     4875PASS PluginArray interface: operation refresh()
     4876PASS PluginArray interface: attribute length
     4877PASS PluginArray interface: operation item(unsigned long)
     4878PASS PluginArray interface: operation namedItem(DOMString)
     4879PASS MimeTypeArray interface: existence and properties of interface object
     4880PASS MimeTypeArray interface object length
     4881PASS MimeTypeArray interface object name
     4882PASS MimeTypeArray interface: existence and properties of interface prototype object
     4883PASS MimeTypeArray interface: existence and properties of interface prototype object's "constructor" property
     4884PASS MimeTypeArray interface: existence and properties of interface prototype object's @@unscopables property
     4885PASS MimeTypeArray interface: attribute length
     4886PASS MimeTypeArray interface: operation item(unsigned long)
     4887PASS MimeTypeArray interface: operation namedItem(DOMString)
     4888PASS Plugin interface: existence and properties of interface object
     4889PASS Plugin interface object length
     4890PASS Plugin interface object name
     4891PASS Plugin interface: existence and properties of interface prototype object
     4892PASS Plugin interface: existence and properties of interface prototype object's "constructor" property
     4893PASS Plugin interface: existence and properties of interface prototype object's @@unscopables property
     4894PASS Plugin interface: attribute name
     4895PASS Plugin interface: attribute description
     4896PASS Plugin interface: attribute filename
     4897PASS Plugin interface: attribute length
     4898PASS Plugin interface: operation item(unsigned long)
     4899PASS Plugin interface: operation namedItem(DOMString)
     4900PASS MimeType interface: existence and properties of interface object
     4901PASS MimeType interface object length
     4902PASS MimeType interface object name
     4903PASS MimeType interface: existence and properties of interface prototype object
     4904PASS MimeType interface: existence and properties of interface prototype object's "constructor" property
     4905PASS MimeType interface: existence and properties of interface prototype object's @@unscopables property
     4906PASS MimeType interface: attribute type
     4907PASS MimeType interface: attribute description
     4908PASS MimeType interface: attribute suffixes
     4909PASS MimeType interface: attribute enabledPlugin
    48344910PASS ImageBitmap interface: existence and properties of interface object
    48354911PASS ImageBitmap interface object length
     
    49775053PASS MessagePort interface: existence and properties of interface prototype object's @@unscopables property
    49785054PASS MessagePort interface: operation postMessage(any, sequence<object>)
    4979 PASS MessagePort interface: operation postMessage(any, optional PostMessageOptions)
     5055PASS MessagePort interface: operation postMessage(any, optional StructuredSerializeOptions)
    49805056PASS MessagePort interface: operation start()
    49815057PASS MessagePort interface: operation close()
     
    50045080PASS Worker interface: operation terminate()
    50055081PASS Worker interface: operation postMessage(any, sequence<object>)
    5006 PASS Worker interface: operation postMessage(any, optional PostMessageOptions)
     5082PASS Worker interface: operation postMessage(any, optional StructuredSerializeOptions)
    50075083PASS Worker interface: attribute onmessage
    50085084FAIL Worker interface: attribute onmessageerror assert_true: The prototype object must have a property "onmessageerror" expected true got false
    50095085PASS Worker interface: attribute onerror
    5010 FAIL SharedWorker interface: existence and properties of interface object assert_own_property: self does not have own property "SharedWorker" expected property "SharedWorker" missing
    5011 FAIL SharedWorker interface object length assert_own_property: self does not have own property "SharedWorker" expected property "SharedWorker" missing
    5012 FAIL SharedWorker interface object name assert_own_property: self does not have own property "SharedWorker" expected property "SharedWorker" missing
    5013 FAIL SharedWorker interface: existence and properties of interface prototype object assert_own_property: self does not have own property "SharedWorker" expected property "SharedWorker" missing
    5014 FAIL SharedWorker interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "SharedWorker" expected property "SharedWorker" missing
    5015 FAIL SharedWorker interface: existence and properties of interface prototype object's @@unscopables property assert_own_property: self does not have own property "SharedWorker" expected property "SharedWorker" missing
    5016 FAIL SharedWorker interface: attribute port assert_own_property: self does not have own property "SharedWorker" expected property "SharedWorker" missing
    5017 FAIL SharedWorker interface: attribute onerror assert_own_property: self does not have own property "SharedWorker" expected property "SharedWorker" missing
     5086PASS SharedWorker interface: existence and properties of interface object
     5087PASS SharedWorker interface object length
     5088PASS SharedWorker interface object name
     5089PASS SharedWorker interface: existence and properties of interface prototype object
     5090PASS SharedWorker interface: existence and properties of interface prototype object's "constructor" property
     5091PASS SharedWorker interface: existence and properties of interface prototype object's @@unscopables property
     5092PASS SharedWorker interface: attribute port
     5093PASS SharedWorker interface: attribute onerror
    50185094PASS WorkerNavigator interface: existence and properties of interface object
    50195095PASS WorkerLocation interface: existence and properties of interface object
     
    52255301FAIL External interface: window.external must inherit property "AddSearchProvider()" with the proper type assert_equals: wrong typeof object expected "object" but got "undefined"
    52265302FAIL External interface: window.external must inherit property "IsSearchProviderInstalled()" with the proper type assert_equals: wrong typeof object expected "object" but got "undefined"
    5227 PASS PluginArray interface: existence and properties of interface object
    5228 PASS PluginArray interface object length
    5229 PASS PluginArray interface object name
    5230 PASS PluginArray interface: existence and properties of interface prototype object
    5231 PASS PluginArray interface: existence and properties of interface prototype object's "constructor" property
    5232 PASS PluginArray interface: existence and properties of interface prototype object's @@unscopables property
    5233 PASS PluginArray interface: operation refresh()
    5234 PASS PluginArray interface: attribute length
    5235 PASS PluginArray interface: operation item(unsigned long)
    5236 PASS PluginArray interface: operation namedItem(DOMString)
    5237 PASS MimeTypeArray interface: existence and properties of interface object
    5238 PASS MimeTypeArray interface object length
    5239 PASS MimeTypeArray interface object name
    5240 PASS MimeTypeArray interface: existence and properties of interface prototype object
    5241 PASS MimeTypeArray interface: existence and properties of interface prototype object's "constructor" property
    5242 PASS MimeTypeArray interface: existence and properties of interface prototype object's @@unscopables property
    5243 PASS MimeTypeArray interface: attribute length
    5244 PASS MimeTypeArray interface: operation item(unsigned long)
    5245 PASS MimeTypeArray interface: operation namedItem(DOMString)
    5246 PASS Plugin interface: existence and properties of interface object
    5247 PASS Plugin interface object length
    5248 PASS Plugin interface object name
    5249 PASS Plugin interface: existence and properties of interface prototype object
    5250 PASS Plugin interface: existence and properties of interface prototype object's "constructor" property
    5251 PASS Plugin interface: existence and properties of interface prototype object's @@unscopables property
    5252 PASS Plugin interface: attribute name
    5253 PASS Plugin interface: attribute description
    5254 PASS Plugin interface: attribute filename
    5255 PASS Plugin interface: attribute length
    5256 PASS Plugin interface: operation item(unsigned long)
    5257 PASS Plugin interface: operation namedItem(DOMString)
    5258 PASS MimeType interface: existence and properties of interface object
    5259 PASS MimeType interface object length
    5260 PASS MimeType interface object name
    5261 PASS MimeType interface: existence and properties of interface prototype object
    5262 PASS MimeType interface: existence and properties of interface prototype object's "constructor" property
    5263 PASS MimeType interface: existence and properties of interface prototype object's @@unscopables property
    5264 PASS MimeType interface: attribute type
    5265 PASS MimeType interface: attribute description
    5266 PASS MimeType interface: attribute suffixes
    5267 PASS MimeType interface: attribute enabledPlugin
    52685303PASS SVGElement interface: attribute onabort
    52695304FAIL SVGElement interface: attribute onauxclick assert_true: The prototype object must have a property "onauxclick" expected true got false
     
    52755310PASS SVGElement interface: attribute onclick
    52765311PASS SVGElement interface: attribute onclose
     5312FAIL SVGElement interface: attribute oncontextlost assert_true: The prototype object must have a property "oncontextlost" expected true got false
    52775313PASS SVGElement interface: attribute oncontextmenu
     5314FAIL SVGElement interface: attribute oncontextrestored assert_true: The prototype object must have a property "oncontextrestored" expected true got false
    52785315PASS SVGElement interface: attribute oncuechange
    52795316PASS SVGElement interface: attribute ondblclick
     
    53375374PASS SVGElement interface: attribute dataset
    53385375PASS SVGElement interface: attribute nonce
    5339 FAIL SVGElement interface: attribute autofocus assert_true: The prototype object must have a property "autofocus" expected true got false
     5376PASS SVGElement interface: attribute autofocus
    53405377PASS SVGElement interface: attribute tabIndex
    53415378PASS SVGElement interface: operation focus(optional FocusOptions)
     
    54095446PASS Document interface: attribute onclick
    54105447PASS Document interface: attribute onclose
     5448FAIL Document interface: attribute oncontextlost assert_true: The prototype object must have a property "oncontextlost" expected true got false
    54115449PASS Document interface: attribute oncontextmenu
     5450FAIL Document interface: attribute oncontextrestored assert_true: The prototype object must have a property "oncontextrestored" expected true got false
    54125451PASS Document interface: attribute oncuechange
    54135452PASS Document interface: attribute ondblclick
     
    55345573PASS Document interface: iframe.contentDocument must inherit property "onclick" with the proper type
    55355574PASS Document interface: iframe.contentDocument must inherit property "onclose" with the proper type
     5575FAIL Document interface: iframe.contentDocument must inherit property "oncontextlost" with the proper type assert_inherits: property "oncontextlost" not found in prototype chain
    55365576PASS Document interface: iframe.contentDocument must inherit property "oncontextmenu" with the proper type
     5577FAIL Document interface: iframe.contentDocument must inherit property "oncontextrestored" with the proper type assert_inherits: property "oncontextrestored" not found in prototype chain
    55375578PASS Document interface: iframe.contentDocument must inherit property "oncuechange" with the proper type
    55385579PASS Document interface: iframe.contentDocument must inherit property "ondblclick" with the proper type
     
    56595700PASS Document interface: new Document() must inherit property "onclick" with the proper type
    56605701PASS Document interface: new Document() must inherit property "onclose" with the proper type
     5702FAIL Document interface: new Document() must inherit property "oncontextlost" with the proper type assert_inherits: property "oncontextlost" not found in prototype chain
    56615703PASS Document interface: new Document() must inherit property "oncontextmenu" with the proper type
     5704FAIL Document interface: new Document() must inherit property "oncontextrestored" with the proper type assert_inherits: property "oncontextrestored" not found in prototype chain
    56625705PASS Document interface: new Document() must inherit property "oncuechange" with the proper type
    56635706PASS Document interface: new Document() must inherit property "ondblclick" with the proper type
     
    57845827PASS Document interface: documentWithHandlers must inherit property "onclick" with the proper type
    57855828PASS Document interface: documentWithHandlers must inherit property "onclose" with the proper type
     5829FAIL Document interface: documentWithHandlers must inherit property "oncontextlost" with the proper type assert_inherits: property "oncontextlost" found on object expected in prototype chain
    57865830PASS Document interface: documentWithHandlers must inherit property "oncontextmenu" with the proper type
     5831FAIL Document interface: documentWithHandlers must inherit property "oncontextrestored" with the proper type assert_inherits: property "oncontextrestored" found on object expected in prototype chain
    57875832PASS Document interface: documentWithHandlers must inherit property "oncuechange" with the proper type
    57885833PASS Document interface: documentWithHandlers must inherit property "ondblclick" with the proper type
Note: See TracChangeset for help on using the changeset viewer.