Changeset 287780 in webkit
- Timestamp:
- Jan 7, 2022, 1:25:37 PM (5 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r287779 r287780 1 2022-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 1 8 2022-01-07 Alan Bujtas <zalan@apple.com> 2 9 -
trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt
r287656 r287780 1432 1432 PASS AudioTrack interface: existence and properties of interface prototype object's @@unscopables property 1433 1433 PASS 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 }" 1434 PASS AudioTrack interface: attribute kind 1437 1435 PASS 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 }" 1436 PASS AudioTrack interface: attribute language 1441 1437 PASS AudioTrack interface: attribute enabled 1442 1438 PASS VideoTrackList interface: existence and properties of interface object … … 1459 1455 PASS VideoTrack interface: existence and properties of interface prototype object's @@unscopables property 1460 1456 PASS 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 }" 1457 PASS VideoTrack interface: attribute kind 1464 1458 PASS 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 }" 1459 PASS VideoTrack interface: attribute language 1468 1460 PASS VideoTrack interface: attribute selected 1469 1461 PASS TextTrackList interface: existence and properties of interface object … … 1496 1488 }" 1497 1489 PASS 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 }" 1490 PASS TextTrack interface: attribute language 1501 1491 PASS TextTrack interface: attribute id 1502 1492 PASS TextTrack interface: attribute inBandMetadataTrackDispatchType -
trunk/LayoutTests/platform/ipad/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt
r286550 r287780 270 270 PASS HTMLElement interface: attribute onclick 271 271 PASS HTMLElement interface: attribute onclose 272 FAIL HTMLElement interface: attribute oncontextlost assert_true: The prototype object must have a property "oncontextlost" expected true got false 272 273 PASS HTMLElement interface: attribute oncontextmenu 274 FAIL HTMLElement interface: attribute oncontextrestored assert_true: The prototype object must have a property "oncontextrestored" expected true got false 273 275 PASS HTMLElement interface: attribute oncuechange 274 276 PASS HTMLElement interface: attribute ondblclick … … 336 338 PASS HTMLElement interface: attribute dataset 337 339 PASS HTMLElement interface: attribute nonce 338 FAIL HTMLElement interface: attribute autofocus assert_true: The prototype object must have a property "autofocus" expected true got false 340 PASS HTMLElement interface: attribute autofocus 339 341 PASS HTMLElement interface: attribute tabIndex 340 342 PASS HTMLElement interface: operation focus(optional FocusOptions) … … 365 367 PASS HTMLElement interface: document.createElement("noscript") must inherit property "onclick" with the proper type 366 368 PASS HTMLElement interface: document.createElement("noscript") must inherit property "onclose" with the proper type 369 FAIL HTMLElement interface: document.createElement("noscript") must inherit property "oncontextlost" with the proper type assert_inherits: property "oncontextlost" not found in prototype chain 367 370 PASS HTMLElement interface: document.createElement("noscript") must inherit property "oncontextmenu" with the proper type 371 FAIL HTMLElement interface: document.createElement("noscript") must inherit property "oncontextrestored" with the proper type assert_inherits: property "oncontextrestored" not found in prototype chain 368 372 PASS HTMLElement interface: document.createElement("noscript") must inherit property "oncuechange" with the proper type 369 373 PASS HTMLElement interface: document.createElement("noscript") must inherit property "ondblclick" with the proper type … … 431 435 PASS HTMLElement interface: document.createElement("noscript") must inherit property "dataset" with the proper type 432 436 PASS 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 437 PASS HTMLElement interface: document.createElement("noscript") must inherit property "autofocus" with the proper type 434 438 PASS HTMLElement interface: document.createElement("noscript") must inherit property "tabIndex" with the proper type 435 439 PASS HTMLElement interface: document.createElement("noscript") must inherit property "focus(optional FocusOptions)" with the proper type … … 543 547 PASS HTMLMetaElement interface: attribute httpEquiv 544 548 PASS HTMLMetaElement interface: attribute content 549 PASS HTMLMetaElement interface: attribute media 545 550 PASS HTMLMetaElement interface: attribute scheme 546 551 PASS HTMLMetaElement must be primary interface of document.createElement("meta") … … 549 554 PASS HTMLMetaElement interface: document.createElement("meta") must inherit property "httpEquiv" with the proper type 550 555 PASS HTMLMetaElement interface: document.createElement("meta") must inherit property "content" with the proper type 556 PASS HTMLMetaElement interface: document.createElement("meta") must inherit property "media" with the proper type 551 557 PASS HTMLMetaElement interface: document.createElement("meta") must inherit property "scheme" with the proper type 552 558 PASS HTMLStyleElement interface: existence and properties of interface object … … 1871 1877 PASS HTMLFormElement interface: attribute noValidate 1872 1878 PASS 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 1879 PASS HTMLFormElement interface: attribute rel 1880 PASS HTMLFormElement interface: attribute relList 1875 1881 PASS HTMLFormElement interface: attribute elements 1876 1882 PASS HTMLFormElement interface: attribute length … … 1891 1897 PASS HTMLFormElement interface: document.createElement("form") must inherit property "noValidate" with the proper type 1892 1898 PASS 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 1899 PASS HTMLFormElement interface: document.createElement("form") must inherit property "rel" with the proper type 1900 PASS HTMLFormElement interface: document.createElement("form") must inherit property "relList" with the proper type 1895 1901 PASS HTMLFormElement interface: document.createElement("form") must inherit property "elements" with the proper type 1896 1902 PASS HTMLFormElement interface: document.createElement("form") must inherit property "length" with the proper type … … 3830 3836 PASS HTMLScriptElement interface: attribute integrity 3831 3837 PASS HTMLScriptElement interface: attribute referrerPolicy 3838 FAIL HTMLScriptElement interface: operation supports(DOMString) assert_own_property: interface object missing static operation expected property "supports" missing 3832 3839 PASS HTMLScriptElement interface: attribute charset 3833 3840 PASS HTMLScriptElement interface: attribute event … … 3844 3851 PASS HTMLScriptElement interface: document.createElement("script") must inherit property "integrity" with the proper type 3845 3852 PASS HTMLScriptElement interface: document.createElement("script") must inherit property "referrerPolicy" with the proper type 3853 PASS HTMLScriptElement interface: document.createElement("script") must inherit property "supports(DOMString)" with the proper type 3854 FAIL 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 3846 3855 PASS HTMLScriptElement interface: document.createElement("script") must inherit property "charset" with the proper type 3847 3856 PASS HTMLScriptElement interface: document.createElement("script") must inherit property "event" with the proper type … … 3910 3919 PASS CanvasRenderingContext2D interface: operation restore() 3911 3920 FAIL CanvasRenderingContext2D interface: operation reset() assert_own_property: interface prototype object missing non-static operation expected property "reset" missing 3921 FAIL CanvasRenderingContext2D interface: operation isContextLost() assert_own_property: interface prototype object missing non-static operation expected property "isContextLost" missing 3912 3922 PASS CanvasRenderingContext2D interface: operation scale(unrestricted double, unrestricted double) 3913 3923 PASS CanvasRenderingContext2D interface: operation rotate(unrestricted double) … … 3986 3996 PASS CanvasRenderingContext2D interface: operation arcTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double) 3987 3997 PASS CanvasRenderingContext2D interface: operation rect(unrestricted double, unrestricted double, unrestricted double, unrestricted double) 3998 FAIL 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 3988 3999 PASS CanvasRenderingContext2D interface: operation arc(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, optional boolean) 3989 4000 PASS CanvasRenderingContext2D interface: operation ellipse(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, optional boolean) … … 3995 4006 PASS CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "restore()" with the proper type 3996 4007 FAIL CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "reset()" with the proper type assert_inherits: property "reset" not found in prototype chain 4008 FAIL CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "isContextLost()" with the proper type assert_inherits: property "isContextLost" not found in prototype chain 3997 4009 PASS CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "scale(unrestricted double, unrestricted double)" with the proper type 3998 4010 PASS CanvasRenderingContext2D interface: calling scale(unrestricted double, unrestricted double) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError … … 4114 4126 PASS CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "rect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)" with the proper type 4115 4127 PASS 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 4128 FAIL 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 4129 FAIL 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 4116 4130 PASS 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 4117 4131 PASS 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 … … 4180 4194 PASS Path2D interface: operation arcTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double) 4181 4195 PASS Path2D interface: operation rect(unrestricted double, unrestricted double, unrestricted double, unrestricted double) 4196 FAIL 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 4182 4197 PASS Path2D interface: operation arc(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, optional boolean) 4183 4198 PASS Path2D interface: operation ellipse(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, optional boolean) … … 4201 4216 FAIL OffscreenCanvas interface: operation transferToImageBitmap() assert_own_property: self does not have own property "OffscreenCanvas" expected property "OffscreenCanvas" missing 4202 4217 FAIL OffscreenCanvas interface: operation convertToBlob(optional ImageEncodeOptions) assert_own_property: self does not have own property "OffscreenCanvas" expected property "OffscreenCanvas" missing 4218 FAIL OffscreenCanvas interface: attribute oncontextlost assert_own_property: self does not have own property "OffscreenCanvas" expected property "OffscreenCanvas" missing 4219 FAIL OffscreenCanvas interface: attribute oncontextrestored assert_own_property: self does not have own property "OffscreenCanvas" expected property "OffscreenCanvas" missing 4203 4220 FAIL OffscreenCanvasRenderingContext2D interface: existence and properties of interface object assert_own_property: self does not have own property "OffscreenCanvasRenderingContext2D" expected property "OffscreenCanvasRenderingContext2D" missing 4204 4221 FAIL OffscreenCanvasRenderingContext2D interface object length assert_own_property: self does not have own property "OffscreenCanvasRenderingContext2D" expected property "OffscreenCanvasRenderingContext2D" missing … … 4212 4229 FAIL OffscreenCanvasRenderingContext2D interface: operation restore() assert_own_property: self does not have own property "OffscreenCanvasRenderingContext2D" expected property "OffscreenCanvasRenderingContext2D" missing 4213 4230 FAIL OffscreenCanvasRenderingContext2D interface: operation reset() assert_own_property: self does not have own property "OffscreenCanvasRenderingContext2D" expected property "OffscreenCanvasRenderingContext2D" missing 4231 FAIL OffscreenCanvasRenderingContext2D interface: operation isContextLost() assert_own_property: self does not have own property "OffscreenCanvasRenderingContext2D" expected property "OffscreenCanvasRenderingContext2D" missing 4214 4232 FAIL OffscreenCanvasRenderingContext2D interface: operation scale(unrestricted double, unrestricted double) assert_own_property: self does not have own property "OffscreenCanvasRenderingContext2D" expected property "OffscreenCanvasRenderingContext2D" missing 4215 4233 FAIL OffscreenCanvasRenderingContext2D interface: operation rotate(unrestricted double) assert_own_property: self does not have own property "OffscreenCanvasRenderingContext2D" expected property "OffscreenCanvasRenderingContext2D" missing … … 4284 4302 FAIL 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 4285 4303 FAIL 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 4304 FAIL 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 4286 4305 FAIL 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 4287 4306 FAIL 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 … … 4390 4409 PASS Window interface: operation open(optional USVString, optional DOMString, optional DOMString) 4391 4410 PASS Window interface: attribute navigator 4411 FAIL 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 }" 4392 4414 FAIL Window interface: attribute originAgentCluster assert_own_property: The global object must have a property "originAgentCluster" expected property "originAgentCluster" missing 4393 4415 PASS Window interface: operation alert() … … 4410 4432 PASS Window interface: attribute onclick 4411 4433 PASS Window interface: attribute onclose 4434 FAIL Window interface: attribute oncontextlost assert_own_property: The global object must have a property "oncontextlost" expected property "oncontextlost" missing 4412 4435 PASS Window interface: attribute oncontextmenu 4436 FAIL Window interface: attribute oncontextrestored assert_own_property: The global object must have a property "oncontextrestored" expected property "oncontextrestored" missing 4413 4437 PASS Window interface: attribute oncuechange 4414 4438 PASS Window interface: attribute ondblclick … … 4486 4510 PASS Window interface: attribute isSecureContext 4487 4511 PASS Window interface: attribute crossOriginIsolated 4512 PASS Window interface: operation reportError(any) 4488 4513 PASS Window interface: operation btoa(DOMString) 4489 4514 PASS Window interface: operation atob(DOMString) … … 4495 4520 PASS Window interface: operation createImageBitmap(ImageBitmapSource, optional ImageBitmapOptions) 4496 4521 PASS Window interface: operation createImageBitmap(ImageBitmapSource, long, long, long, long, optional ImageBitmapOptions) 4522 PASS Window interface: operation structuredClone(any, optional StructuredSerializeOptions) 4497 4523 PASS Window interface: operation requestAnimationFrame(FrameRequestCallback) 4498 4524 PASS Window interface: operation cancelAnimationFrame(unsigned long) … … 4535 4561 PASS Window interface: calling open(optional USVString, optional DOMString, optional DOMString) on window with too few arguments must throw TypeError 4536 4562 PASS Window interface: window must inherit property "navigator" with the proper type 4563 PASS Window interface: window must inherit property "clientInformation" with the proper type 4537 4564 FAIL Window interface: window must inherit property "originAgentCluster" with the proper type assert_own_property: expected property "originAgentCluster" missing 4538 4565 PASS Window interface: window must inherit property "alert()" with the proper type … … 4560 4587 PASS Window interface: window must inherit property "onclick" with the proper type 4561 4588 PASS Window interface: window must inherit property "onclose" with the proper type 4589 FAIL Window interface: window must inherit property "oncontextlost" with the proper type assert_own_property: expected property "oncontextlost" missing 4562 4590 PASS Window interface: window must inherit property "oncontextmenu" with the proper type 4591 FAIL Window interface: window must inherit property "oncontextrestored" with the proper type assert_own_property: expected property "oncontextrestored" missing 4563 4592 PASS Window interface: window must inherit property "oncuechange" with the proper type 4564 4593 PASS Window interface: window must inherit property "ondblclick" with the proper type … … 4636 4665 PASS Window interface: window must inherit property "isSecureContext" with the proper type 4637 4666 PASS Window interface: window must inherit property "crossOriginIsolated" with the proper type 4667 PASS Window interface: window must inherit property "reportError(any)" with the proper type 4668 PASS Window interface: calling reportError(any) on window with too few arguments must throw TypeError 4638 4669 PASS Window interface: window must inherit property "btoa(DOMString)" with the proper type 4639 4670 PASS Window interface: calling btoa(DOMString) on window with too few arguments must throw TypeError … … 4654 4685 PASS Window interface: window must inherit property "createImageBitmap(ImageBitmapSource, long, long, long, long, optional ImageBitmapOptions)" with the proper type 4655 4686 PASS Window interface: calling createImageBitmap(ImageBitmapSource, long, long, long, long, optional ImageBitmapOptions) on window with too few arguments must throw TypeError 4687 PASS Window interface: window must inherit property "structuredClone(any, optional StructuredSerializeOptions)" with the proper type 4688 PASS Window interface: calling structuredClone(any, optional StructuredSerializeOptions) on window with too few arguments must throw TypeError 4656 4689 PASS Window interface: window must inherit property "requestAnimationFrame(FrameRequestCallback)" with the proper type 4657 4690 PASS Window interface: calling requestAnimationFrame(FrameRequestCallback) on window with too few arguments must throw TypeError … … 4806 4839 PASS Navigator interface: attribute mimeTypes 4807 4840 PASS Navigator interface: operation javaEnabled() 4841 FAIL Navigator interface: attribute pdfViewerEnabled assert_true: The prototype object must have a property "pdfViewerEnabled" expected true got false 4808 4842 PASS Navigator interface: attribute hardwareConcurrency 4809 4843 PASS Navigator must be primary interface of window.navigator … … 4831 4865 PASS Navigator interface: window.navigator must inherit property "mimeTypes" with the proper type 4832 4866 PASS Navigator interface: window.navigator must inherit property "javaEnabled()" with the proper type 4867 FAIL Navigator interface: window.navigator must inherit property "pdfViewerEnabled" with the proper type assert_inherits: property "pdfViewerEnabled" not found in prototype chain 4833 4868 PASS Navigator interface: window.navigator must inherit property "hardwareConcurrency" with the proper type 4869 PASS PluginArray interface: existence and properties of interface object 4870 PASS PluginArray interface object length 4871 PASS PluginArray interface object name 4872 PASS PluginArray interface: existence and properties of interface prototype object 4873 PASS PluginArray interface: existence and properties of interface prototype object's "constructor" property 4874 PASS PluginArray interface: existence and properties of interface prototype object's @@unscopables property 4875 PASS PluginArray interface: operation refresh() 4876 PASS PluginArray interface: attribute length 4877 PASS PluginArray interface: operation item(unsigned long) 4878 PASS PluginArray interface: operation namedItem(DOMString) 4879 PASS MimeTypeArray interface: existence and properties of interface object 4880 PASS MimeTypeArray interface object length 4881 PASS MimeTypeArray interface object name 4882 PASS MimeTypeArray interface: existence and properties of interface prototype object 4883 PASS MimeTypeArray interface: existence and properties of interface prototype object's "constructor" property 4884 PASS MimeTypeArray interface: existence and properties of interface prototype object's @@unscopables property 4885 PASS MimeTypeArray interface: attribute length 4886 PASS MimeTypeArray interface: operation item(unsigned long) 4887 PASS MimeTypeArray interface: operation namedItem(DOMString) 4888 PASS Plugin interface: existence and properties of interface object 4889 PASS Plugin interface object length 4890 PASS Plugin interface object name 4891 PASS Plugin interface: existence and properties of interface prototype object 4892 PASS Plugin interface: existence and properties of interface prototype object's "constructor" property 4893 PASS Plugin interface: existence and properties of interface prototype object's @@unscopables property 4894 PASS Plugin interface: attribute name 4895 PASS Plugin interface: attribute description 4896 PASS Plugin interface: attribute filename 4897 PASS Plugin interface: attribute length 4898 PASS Plugin interface: operation item(unsigned long) 4899 PASS Plugin interface: operation namedItem(DOMString) 4900 PASS MimeType interface: existence and properties of interface object 4901 PASS MimeType interface object length 4902 PASS MimeType interface object name 4903 PASS MimeType interface: existence and properties of interface prototype object 4904 PASS MimeType interface: existence and properties of interface prototype object's "constructor" property 4905 PASS MimeType interface: existence and properties of interface prototype object's @@unscopables property 4906 PASS MimeType interface: attribute type 4907 PASS MimeType interface: attribute description 4908 PASS MimeType interface: attribute suffixes 4909 PASS MimeType interface: attribute enabledPlugin 4834 4910 PASS ImageBitmap interface: existence and properties of interface object 4835 4911 PASS ImageBitmap interface object length … … 4977 5053 PASS MessagePort interface: existence and properties of interface prototype object's @@unscopables property 4978 5054 PASS MessagePort interface: operation postMessage(any, sequence<object>) 4979 PASS MessagePort interface: operation postMessage(any, optional PostMessageOptions)5055 PASS MessagePort interface: operation postMessage(any, optional StructuredSerializeOptions) 4980 5056 PASS MessagePort interface: operation start() 4981 5057 PASS MessagePort interface: operation close() … … 5004 5080 PASS Worker interface: operation terminate() 5005 5081 PASS Worker interface: operation postMessage(any, sequence<object>) 5006 PASS Worker interface: operation postMessage(any, optional PostMessageOptions)5082 PASS Worker interface: operation postMessage(any, optional StructuredSerializeOptions) 5007 5083 PASS Worker interface: attribute onmessage 5008 5084 FAIL Worker interface: attribute onmessageerror assert_true: The prototype object must have a property "onmessageerror" expected true got false 5009 5085 PASS 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 5086 PASS SharedWorker interface: existence and properties of interface object 5087 PASS SharedWorker interface object length 5088 PASS SharedWorker interface object name 5089 PASS SharedWorker interface: existence and properties of interface prototype object 5090 PASS SharedWorker interface: existence and properties of interface prototype object's "constructor" property 5091 PASS SharedWorker interface: existence and properties of interface prototype object's @@unscopables property 5092 PASS SharedWorker interface: attribute port 5093 PASS SharedWorker interface: attribute onerror 5018 5094 PASS WorkerNavigator interface: existence and properties of interface object 5019 5095 PASS WorkerLocation interface: existence and properties of interface object … … 5225 5301 FAIL External interface: window.external must inherit property "AddSearchProvider()" with the proper type assert_equals: wrong typeof object expected "object" but got "undefined" 5226 5302 FAIL 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 object5228 PASS PluginArray interface object length5229 PASS PluginArray interface object name5230 PASS PluginArray interface: existence and properties of interface prototype object5231 PASS PluginArray interface: existence and properties of interface prototype object's "constructor" property5232 PASS PluginArray interface: existence and properties of interface prototype object's @@unscopables property5233 PASS PluginArray interface: operation refresh()5234 PASS PluginArray interface: attribute length5235 PASS PluginArray interface: operation item(unsigned long)5236 PASS PluginArray interface: operation namedItem(DOMString)5237 PASS MimeTypeArray interface: existence and properties of interface object5238 PASS MimeTypeArray interface object length5239 PASS MimeTypeArray interface object name5240 PASS MimeTypeArray interface: existence and properties of interface prototype object5241 PASS MimeTypeArray interface: existence and properties of interface prototype object's "constructor" property5242 PASS MimeTypeArray interface: existence and properties of interface prototype object's @@unscopables property5243 PASS MimeTypeArray interface: attribute length5244 PASS MimeTypeArray interface: operation item(unsigned long)5245 PASS MimeTypeArray interface: operation namedItem(DOMString)5246 PASS Plugin interface: existence and properties of interface object5247 PASS Plugin interface object length5248 PASS Plugin interface object name5249 PASS Plugin interface: existence and properties of interface prototype object5250 PASS Plugin interface: existence and properties of interface prototype object's "constructor" property5251 PASS Plugin interface: existence and properties of interface prototype object's @@unscopables property5252 PASS Plugin interface: attribute name5253 PASS Plugin interface: attribute description5254 PASS Plugin interface: attribute filename5255 PASS Plugin interface: attribute length5256 PASS Plugin interface: operation item(unsigned long)5257 PASS Plugin interface: operation namedItem(DOMString)5258 PASS MimeType interface: existence and properties of interface object5259 PASS MimeType interface object length5260 PASS MimeType interface object name5261 PASS MimeType interface: existence and properties of interface prototype object5262 PASS MimeType interface: existence and properties of interface prototype object's "constructor" property5263 PASS MimeType interface: existence and properties of interface prototype object's @@unscopables property5264 PASS MimeType interface: attribute type5265 PASS MimeType interface: attribute description5266 PASS MimeType interface: attribute suffixes5267 PASS MimeType interface: attribute enabledPlugin5268 5303 PASS SVGElement interface: attribute onabort 5269 5304 FAIL SVGElement interface: attribute onauxclick assert_true: The prototype object must have a property "onauxclick" expected true got false … … 5275 5310 PASS SVGElement interface: attribute onclick 5276 5311 PASS SVGElement interface: attribute onclose 5312 FAIL SVGElement interface: attribute oncontextlost assert_true: The prototype object must have a property "oncontextlost" expected true got false 5277 5313 PASS SVGElement interface: attribute oncontextmenu 5314 FAIL SVGElement interface: attribute oncontextrestored assert_true: The prototype object must have a property "oncontextrestored" expected true got false 5278 5315 PASS SVGElement interface: attribute oncuechange 5279 5316 PASS SVGElement interface: attribute ondblclick … … 5337 5374 PASS SVGElement interface: attribute dataset 5338 5375 PASS SVGElement interface: attribute nonce 5339 FAIL SVGElement interface: attribute autofocus assert_true: The prototype object must have a property "autofocus" expected true got false 5376 PASS SVGElement interface: attribute autofocus 5340 5377 PASS SVGElement interface: attribute tabIndex 5341 5378 PASS SVGElement interface: operation focus(optional FocusOptions) … … 5409 5446 PASS Document interface: attribute onclick 5410 5447 PASS Document interface: attribute onclose 5448 FAIL Document interface: attribute oncontextlost assert_true: The prototype object must have a property "oncontextlost" expected true got false 5411 5449 PASS Document interface: attribute oncontextmenu 5450 FAIL Document interface: attribute oncontextrestored assert_true: The prototype object must have a property "oncontextrestored" expected true got false 5412 5451 PASS Document interface: attribute oncuechange 5413 5452 PASS Document interface: attribute ondblclick … … 5534 5573 PASS Document interface: iframe.contentDocument must inherit property "onclick" with the proper type 5535 5574 PASS Document interface: iframe.contentDocument must inherit property "onclose" with the proper type 5575 FAIL Document interface: iframe.contentDocument must inherit property "oncontextlost" with the proper type assert_inherits: property "oncontextlost" not found in prototype chain 5536 5576 PASS Document interface: iframe.contentDocument must inherit property "oncontextmenu" with the proper type 5577 FAIL Document interface: iframe.contentDocument must inherit property "oncontextrestored" with the proper type assert_inherits: property "oncontextrestored" not found in prototype chain 5537 5578 PASS Document interface: iframe.contentDocument must inherit property "oncuechange" with the proper type 5538 5579 PASS Document interface: iframe.contentDocument must inherit property "ondblclick" with the proper type … … 5659 5700 PASS Document interface: new Document() must inherit property "onclick" with the proper type 5660 5701 PASS Document interface: new Document() must inherit property "onclose" with the proper type 5702 FAIL Document interface: new Document() must inherit property "oncontextlost" with the proper type assert_inherits: property "oncontextlost" not found in prototype chain 5661 5703 PASS Document interface: new Document() must inherit property "oncontextmenu" with the proper type 5704 FAIL Document interface: new Document() must inherit property "oncontextrestored" with the proper type assert_inherits: property "oncontextrestored" not found in prototype chain 5662 5705 PASS Document interface: new Document() must inherit property "oncuechange" with the proper type 5663 5706 PASS Document interface: new Document() must inherit property "ondblclick" with the proper type … … 5784 5827 PASS Document interface: documentWithHandlers must inherit property "onclick" with the proper type 5785 5828 PASS Document interface: documentWithHandlers must inherit property "onclose" with the proper type 5829 FAIL Document interface: documentWithHandlers must inherit property "oncontextlost" with the proper type assert_inherits: property "oncontextlost" found on object expected in prototype chain 5786 5830 PASS Document interface: documentWithHandlers must inherit property "oncontextmenu" with the proper type 5831 FAIL Document interface: documentWithHandlers must inherit property "oncontextrestored" with the proper type assert_inherits: property "oncontextrestored" found on object expected in prototype chain 5787 5832 PASS Document interface: documentWithHandlers must inherit property "oncuechange" with the proper type 5788 5833 PASS Document interface: documentWithHandlers must inherit property "ondblclick" with the proper type
Note:
See TracChangeset
for help on using the changeset viewer.